Skip to content

Commit

Permalink
fixup: Format Python code with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Feb 20, 2024
1 parent c81d074 commit f2395f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def read(*rnames):
EXTRAS_REQUIRE[kind] = extras_require


def subdirs(root:str, file="*.*", depth=10):
def subdirs(root: str, file="*.*", depth=10):
for k in range(depth):
yield root + "*/" * k + file

Expand Down

0 comments on commit f2395f7

Please sign in to comment.