Skip to content

Commit bdbef09

Browse files
authored
Merge pull request #192 from jooola/private_api
chore: make api module private
2 parents ef9865a + 79c1b48 commit bdbef09

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

e2e/api_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from pyzabbix.api import ZabbixAPI
1+
from pyzabbix import ZabbixAPI
22

33
from .conftest import ZABBIX_VERSION
44

pyzabbix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from .api import (
1+
from ._api import (
22
ZabbixAPI,
33
ZabbixAPIException,
44
ZabbixAPIMethod,
File renamed without changes.

0 commit comments

Comments
 (0)