Skip to content

Commit 5e0475c

Browse files
committed
Disable flake8 on import statement
1 parent 7c2e311 commit 5e0475c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

github/github_scratcher.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
import sys
55
import traceback
66

7-
sys.path.append(".")
8-
97
# Third-party
108
import requests
119
from requests.adapters import HTTPAdapter
1210
from urllib3.util.retry import Retry
1311

12+
sys.path.append(".")
1413
# First-party/Local
15-
import quantify
14+
import quantify # noqa: E402
1615

1716
PATH_REPO_ROOT, PATH_WORK_DIR, PATH_DOTENV, DATETIME_TODAY = quantify.setup(
1817
__file__

0 commit comments

Comments
 (0)