Skip to content

Commit

Permalink
standard_library was part of future
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Oct 29, 2024
1 parent bf45d13 commit 00682df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions ckanext/ckanext-apicatalog/ckanext/apicatalog/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@

from collections import OrderedDict

standard_library.install_aliases()

NotFound = logic.NotFound
ObjectNotFound = toolkit.ObjectNotFound
config = toolkit.config
Expand Down
2 changes: 0 additions & 2 deletions ckanext/ckanext-validate_links/ckanext/validate_links/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
ssl_context = ssl.SSLContext(ssl.PROTOCOL_SSLv23)
ssl_context.options &= ssl.CERT_NONE

standard_library.install_aliases()


def get_commands():
return [links]
Expand Down

0 comments on commit 00682df

Please sign in to comment.