Skip to content

Commit b159ae0

Browse files
committed
remove unnecessary warning import
1 parent a2e0dff commit b159ae0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pytest_mqtt/capmqtt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import logging
1717
import threading
1818
import typing as t
19-
import warnings
2019

2120
import paho.mqtt.client as mqtt
2221
import pytest

0 commit comments

Comments
 (0)