Skip to content

Commit 29fe46d

Browse files
fix flake8 warning
1 parent d28decf commit 29fe46d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gdcapiwrapper/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import requests
66

7-
87
GDC_API_TOKEN = os.environ.get("GCC_API_TOKEN", None)
98
GDC_API_BASE_URL = os.environ.get("GDC_API_BASE_URL", "https://api.gdc.cancer.gov/")
109

@@ -29,4 +28,4 @@ class APITokenMissingError(Exception):
2928
session.params["api_token"] = GDC_API_TOKEN
3029
session.params["api_base_url"] = GDC_API_BASE_URL
3130

32-
from .data import Data # isort:skip
31+
from .data import Data # isort:skip # noqa

0 commit comments

Comments
 (0)