Skip to content

Commit 3e5960c

Browse files
committed
Remove unused import
1 parent f840dfc commit 3e5960c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_chart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import pytest
33
from pytest_httpx import HTTPXMock
44

5-
from netdata import Netdata, exceptions
5+
from netdata import Netdata
66

77
RESPONSE_VALID = {
88
"labels": [

0 commit comments

Comments
 (0)