mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 12:52:29 +08:00
Remove useless import in webconfig file.
The random and string module was imported but not used.
This commit is contained in:
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user