Skip to content

Commit 712d10c

Browse files
eli-engelhardtAlexHearnNI
authored andcommitted
Remove unnecessary imports
Signed-off-by: Eli Engelhardt <eli.engelhardt@emerson.com>
1 parent 72be745 commit 712d10c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nilrt_snac/_configs/_syslog_ng_config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
from nilrt_snac import logger
44
from nilrt_snac._configs._base_config import _BaseConfig
5-
from nilrt_snac._configs._config_file import _ConfigFile
6-
from nilrt_snac._common import _check_group_ownership, _check_owner, _check_permissions, _cmd
5+
from nilrt_snac._common import _check_owner, _cmd
76
from nilrt_snac.opkg import opkg_helper
87

98

0 commit comments

Comments
 (0)