Skip to content

Commit d7a17ed

Browse files
committed
remove unnecessary ()
1 parent e925f0b commit d7a17ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/stubgen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
]
3333
)
3434
stubs = list(directory.rglob("*.pyi"))
35-
config = str((directory.parent / "pyproject.toml"))
35+
config = str(directory.parent / "pyproject.toml")
3636
config_isort = isort.settings.Config(config)
3737

3838
# expand docstrings and inject into stub files

0 commit comments

Comments
 (0)