diff options
| author | 2019-11-18 12:09:18 +0000 | |
|---|---|---|
| committer | 2019-11-18 12:09:18 +0000 | |
| commit | 06161b326c35f3339c1f9046d64daf344c3fedfe (patch) | |
| tree | 6751b6ec10983a2dc030ceccc064f0c1068d7b54 | |
| parent | "EventsResultsError"->"EventResultsError", move errors to utils.error (diff) | |
| signature | ||
remove unused imports in src/utils/__init__.py
| -rw-r--r-- | src/utils/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/__init__.py b/src/utils/__init__.py index 71e46b82..cffd50f3 100644 --- a/src/utils/__init__.py +++ b/src/utils/__init__.py @@ -1,5 +1,5 @@ -import contextlib, decimal, enum, io, ipaddress, multiprocessing -import queue, re, signal, threading, typing +import contextlib, enum, ipaddress, multiprocessing queue, signal, threading +import typing from . import cli, consts, datetime, decorators, irc, http, parse, security from .decorators import export, hook, kwarg |
