-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove
__future__
import from src/poetry/__init__.py
- Loading branch information
1 parent
e3fb7f2
commit d158d1b
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
from __future__ import annotations | ||
|
||
|
||
__path__ = __import__("pkgutil").extend_path(__path__, __name__) | ||
|
||
# When editing this file make sure line 1 keeps unchanged. | ||
# Setting __path__ must take place in the first line. No line breaks are allowed either. | ||
# Otherwise, IDEs like PyCharm are unable to follow imports to poetry.core. |