Remove old import for logging.
This commit is contained in:
parent
469103e0ac
commit
6fe3cecead
2 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
||||||
This file provides data and objects that do not change throughout the runtime.
|
This file provides data and objects that do not change throughout the runtime.
|
||||||
'''
|
'''
|
||||||
import converter
|
import converter
|
||||||
import logging
|
|
||||||
import string
|
import string
|
||||||
import traceback
|
import traceback
|
||||||
import warnings
|
import warnings
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
import bcrypt
|
import bcrypt
|
||||||
import json
|
import json
|
||||||
import logging
|
|
||||||
import os
|
import os
|
||||||
import random
|
import random
|
||||||
import sqlite3
|
import sqlite3
|
||||||
|
|
Loading…
Reference in a new issue