1
1
Fork 0
mirror of https://github.com/containers/udica synced 2024-05-25 01:56:14 +02:00

Fix several lint findings

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich 2023-03-29 15:34:13 -04:00
parent 07ff36fd09
commit 5d6feb3a6c
No known key found for this signature in database
GPG Key ID: 03EDC70FD578067F
2 changed files with 0 additions and 2 deletions

View File

@ -140,7 +140,6 @@ def get_args():
def main():
opts = get_args()
if opts["ContainerID"]:

View File

@ -88,7 +88,6 @@ def list_contexts(directory):
def list_ports(port_number, port_proto):
handle = semanage.semanage_handle_create()
semanage.semanage_connect(handle)