Skip to content

Commit 06c8c4e

Browse files
committed
format with black
1 parent 84373de commit 06c8c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/data_collector/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def _get_symbol():
204204
{600000.ss, 600001.ss, 600002.ss, 600003.ss, ...}
205205
"""
206206
stock_info_a_code_name_df = ak.stock_info_a_code_name()
207-
stock_codes = stock_info_a_code_name_df['code'].tolist()
207+
stock_codes = stock_info_a_code_name_df["code"].tolist()
208208
_symbols = [code for code in stock_codes if code and code.strip()]
209209

210210
if len(_symbols) < 3900:

0 commit comments

Comments
 (0)