diff options
| author | 2019-01-24 19:17:31 +0000 | |
|---|---|---|
| committer | 2019-01-24 19:17:31 +0000 | |
| commit | 7b3d7f85a65229dea47b3b73fb93afeeb39847e7 (patch) | |
| tree | c1a1e76c3730f521c2812dab2f54c168c8bab02f /modules/rest_api.py | |
| parent | `IRCServer.Server.irc_lower` should have a return type hint of `str` (diff) | |
| signature | ||
I totally forgot that we don't need flask. at all.
Diffstat (limited to 'modules/rest_api.py')
| -rw-r--r-- | modules/rest_api.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/rest_api.py b/modules/rest_api.py index 6fe26fb9..85a5fc68 100644 --- a/modules/rest_api.py +++ b/modules/rest_api.py @@ -2,7 +2,6 @@ #--require-config tls-api-certificate import http.server, json, ssl, threading, uuid, urllib.parse -import flask from src import ModuleManager, utils _bot = None |
