Skip to content

Commit 7f44d60

Browse files
committed
Return user_options
1 parent 73abbc8 commit 7f44d60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

isort/setuptools_commands.py

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ class ISortCommand(setuptools.Command):
1616
"""
1717

1818
description = "Run isort on modules registered in setuptools"
19+
# Potentially unused variable - check if can be safely removed
20+
user_options: list[Any] = [] # type: ignore
1921

2022
def initialize_options(self) -> None:
2123
default_settings = vars(DEFAULT_CONFIG).copy()

0 commit comments

Comments
 (0)