mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
fix linter
This commit is contained in:
parent
dda5095157
commit
21c72ad1c5
1 changed files with 0 additions and 2 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Reference in a new issue