Skip to content

Commit

Permalink
Expose ImportKey from main isort import
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Dec 30, 2020
1 parent 69a89c0 commit 15502c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions isort/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Defines the public isort interface"""
from . import settings
from ._version import __version__
from .api import ImportKey
from .api import check_code_string as check_code
from .api import (
check_file,
Expand Down

0 comments on commit 15502c8

Please sign in to comment.