We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3197cfa commit 7eb19f8Copy full SHA for 7eb19f8
stubs/netaddr/netaddr/core.pyi
@@ -13,7 +13,7 @@ class AddrConversionError(Exception): ...
13
class NotRegisteredError(Exception): ...
14
15
class Subscriber:
16
- def update(self, data: object) -> None: ...
+ def update(self, data) -> None: ...
17
18
class PrettyPrinter(Subscriber):
19
fh: SupportsWrite[str]
0 commit comments