Skip to content

Commit 1918e4a

Browse files
committed
pep8
1 parent 553b93f commit 1918e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demosys/conf/settingsfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ def to_s(t):
2525
if isinstance(t, str):
2626
return f'"{t}"'
2727
else:
28-
return str(t)
28+
return str(t)

0 commit comments

Comments
 (0)