[mod] make flake8 happy
This commit is contained in:
parent
62bdf19b3d
commit
21ba27aa87
@ -2,6 +2,7 @@
|
|||||||
Test if database works fine
|
Test if database works fine
|
||||||
"""
|
"""
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
from vnpy.trader.setting import SETTINGS, get_settings
|
from vnpy.trader.setting import SETTINGS, get_settings
|
||||||
|
|
||||||
|
|
||||||
@ -21,4 +22,4 @@ class TestSettings(unittest.TestCase):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
Loading…
Reference in New Issue
Block a user