Skip to content

Commit

Permalink
[Fix] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vnpy committed Aug 9, 2022
1 parent 51af787 commit aca1a3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion vnpy_spreadtrading/template.py
@@ -1,5 +1,4 @@
from collections import defaultdict
from re import T
from typing import Dict, List, Set, Callable, TYPE_CHECKING, Optional
from copy import copy

Expand Down
1 change: 1 addition & 0 deletions vnpy_spreadtrading/ui/widget.py
Expand Up @@ -3,6 +3,7 @@
"""

from typing import Dict, List, Any

from vnpy.event import EventEngine, Event
from vnpy.trader.engine import MainEngine
from vnpy.trader.object import LogData
Expand Down

0 comments on commit aca1a3c

Please sign in to comment.