Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Jul 4, 2024
1 parent 0b23136 commit 17d4eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/restbus/restbus.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import math
import re
import time
from typing import Any, Generator, Iterable, Optional, Tuple
from typing import Any, Generator, Iterable, Optional, Tuple, List, Dict
from typing_extensions import TypeAlias

import google.protobuf.internal.containers # type: ignore
Expand Down

0 comments on commit 17d4eaa

Please sign in to comment.