fix linter

This commit is contained in:
Kay0u 2022-11-24 17:30:05 +01:00
parent dda5095157
commit 21c72ad1c5
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -125,8 +125,6 @@ def user_list(fields=None):
def list_shells():
import ctypes
import ctypes.util
import os
import sys
"""List the shells from /etc/shells."""
libc = ctypes.CDLL(ctypes.util.find_library("c"))