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 f71217b commit 0b23136
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/restbus/restbus.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import math
import re
import time
from typing import Any, Generator, Iterable, Optional, Tuple, TypeAlias
from typing import Any, Generator, Iterable, Optional, Tuple
from typing_extensions import TypeAlias

import google.protobuf.internal.containers # type: ignore
import remotivelabs.broker.sync as br
Expand Down

0 comments on commit 0b23136

Please sign in to comment.