Skip to content

Commit

Permalink
chore: flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 24, 2021
1 parent 26c3c21 commit 8ba38a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ocdsextensionregistry/cli/commands/generate_data_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from pathlib import Path
from urllib.parse import urlsplit

import requests
from ocds_babel import TRANSLATABLE_EXTENSION_METADATA_KEYWORDS
from ocds_babel.translate import (translate_codelist_data, translate_extension_metadata_data, translate_markdown_data,
translate_schema_data)
Expand Down
1 change: 0 additions & 1 deletion ocdsextensionregistry/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from urllib.parse import urlsplit
from zipfile import ZipFile

import requests
from requests_cache import CachedSession

from .exceptions import UnknownLatestVersion
Expand Down

0 comments on commit 8ba38a5

Please sign in to comment.