Skip to content

Commit c9bf73a

Browse files
committed
pre-commit
1 parent 9b9ccbf commit c9bf73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_mt5_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
console_handler = logging.StreamHandler(sys.stdout)
1717
console_handler.setLevel(logging.INFO)
1818

19-
formatter = logging.Formatter('%(asctime)s - %(name)s - %(levelname)s - %(message)s')
19+
formatter = logging.Formatter("%(asctime)s - %(name)s - %(levelname)s - %(message)s")
2020
console_handler.setFormatter(formatter)
2121
logger.addHandler(console_handler)
2222

0 commit comments

Comments
 (0)