Skip to content

Commit efb3488

Browse files
committed
add trailing comma
1 parent 3620dec commit efb3488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskiq/cli/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def import_tasks(
9494
# remove all suffixes
9595
prefix = path.name.partition(".")[0]
9696
discovered_modules.add(
97-
str(path.with_name(prefix)).replace(os.path.sep, ".")
97+
str(path.with_name(prefix)).replace(os.path.sep, "."),
9898
)
9999
# ignore other files
100100
else:

0 commit comments

Comments
 (0)