Skip to content

Commit

Permalink
ignore pylint warning "Missing library stubs or py.typed marker"for a…
Browse files Browse the repository at this point in the history
…syncio_mqtt.error
  • Loading branch information
BenjiU authored Feb 26, 2024
1 parent b7a9626 commit 0be8b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mqtt_io/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from hashlib import sha1
from importlib import import_module
from typing import Any, Dict, List, Optional, Tuple, Type, Union, overload
from asyncio_mqtt.error import MqttCodeError
from asyncio_mqtt.error import MqttCodeError # type: ignore

import backoff # type: ignore
from typing_extensions import Literal
Expand Down

0 comments on commit 0be8b12

Please sign in to comment.