mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 06:31:13 -03:00
Remove useless import in webconfig file.
The random and string module was imported but not used.
This commit is contained in:
committed by
Johannes Altmanninger
parent
3f210acdff
commit
2da806cceb
@@ -14,11 +14,9 @@ import multiprocessing.pool
|
||||
import operator
|
||||
import os
|
||||
import platform
|
||||
import random
|
||||
import re
|
||||
import select
|
||||
import socket
|
||||
import string
|
||||
import subprocess
|
||||
import sys
|
||||
import tempfile
|
||||
|
||||
Reference in New Issue
Block a user