Skip to content

Commit f75b57c

Browse files
committed
fix(py): add missing comma in __all__ list. (#195)
1 parent d713a8b commit f75b57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py-hftbacktest/hftbacktest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
'EXCH_EVENT',
8888
'LOCAL_EVENT',
8989
'EXCH_EVENT',
90-
'LOCAL_EVENT'
90+
'LOCAL_EVENT',
9191
'BUY_EVENT',
9292
'SELL_EVENT',
9393

0 commit comments

Comments
 (0)