Skip to content

Commit 92fc34f

Browse files
committed
Flake8
1 parent 7c518cd commit 92fc34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/servicex_did_finder_lib/replica_distance_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def get_download_url_from_key_and_edition(cls, license_key: str, edition: str):
110110
@classmethod
111111
def get_download_url_from_environment(cls) -> Optional[Tuple[str, bool]]:
112112
"""
113-
Based on environment variables, this will give a tuple of the URL and a bool which is
113+
Based on environment variables, this will give a tuple of the URL and a bool which is
114114
True if the file from the URL is ready to use as is, False if needs to be unpacked
115115
"""
116116
if url := os.environ.get('GEOIP_DB_URL', ''):

0 commit comments

Comments
 (0)