Skip to content

Commit de413b8

Browse files
committed
black
1 parent 7946c25 commit de413b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ def read_extras(*prefixes):
9191
install_requires=INSTALL_REQUIRES
9292
# eg: "aspectlib==1.1.1", "six>=1.7",
9393
,
94-
extras_require=read_extras('test', 'dev'),
94+
extras_require=read_extras("test", "dev"),
9595
)

0 commit comments

Comments
 (0)