1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-04-15 23:47:24 +02:00

Fixed F401 (unused-import)

This commit is contained in:
Teal Dulcet
2023-12-22 07:08:30 -08:00
committed by Joshua Tauberer
parent 785c337fb3
commit 0ee64f2fe8
11 changed files with 11 additions and 14 deletions

View File

@@ -6,7 +6,7 @@
# root API key. This file is readable only by root, so this
# tool can only be used as root.
import sys, getpass, urllib.request, urllib.error, json, re, csv
import sys, getpass, urllib.request, urllib.error, json, csv
def mgmt(cmd, data=None, is_json=False):
# The base URL for the management daemon. (Listens on IPv4 only.)