Skip to content

Commit 15502c8

Browse files
Expose ImportKey from main isort import
1 parent 69a89c0 commit 15502c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

isort/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Defines the public isort interface"""
22
from . import settings
33
from ._version import __version__
4+
from .api import ImportKey
45
from .api import check_code_string as check_code
56
from .api import (
67
check_file,

0 commit comments

Comments
 (0)