feat: improve stock detail view and update docs
This commit is contained in:
@ -7,7 +7,7 @@ from _bootstrap import add_src_to_path
|
||||
|
||||
add_src_to_path()
|
||||
|
||||
from lhbfx.after_market import SHANGHAI_TZ, default_trade_date, run_after_market_update
|
||||
from lhbfx.after_market import default_trade_date, run_after_market_update
|
||||
|
||||
|
||||
def parse_args() -> argparse.Namespace:
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
from __future__ import annotations
|
||||
|
||||
import argparse
|
||||
from pathlib import Path
|
||||
|
||||
from _bootstrap import add_src_to_path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user