Skip to content

Commit

Permalink
Add missing import for type checker
Browse files Browse the repository at this point in the history
Non-functionality impacting; just missing a type annotation import.
  • Loading branch information
mattsta committed Jun 29, 2024
1 parent 5c4d06d commit b69e142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ib_async/ib.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import datetime
import logging
import time
from typing import Awaitable, Dict, Iterator, List, Optional, Union
from typing import Any, Awaitable, Dict, Iterator, List, Optional, Union

from eventkit import Event
from enum import Flag, auto
Expand Down

0 comments on commit b69e142

Please sign in to comment.