Skip to content

Commit 3e23709

Browse files
committed
Fix linting.
1 parent 4b7a086 commit 3e23709

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
from __future__ import annotations
1010

1111
import datetime
12+
import glob
1213
import json
1314
import os
1415
import re
1516
import subprocess
1617
import webbrowser
17-
import glob
1818

1919
import requests
2020
from invoke import task

0 commit comments

Comments
 (0)