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.
|
||||
'''
|
||||
import converter
|
||||
import logging
|
||||
import string
|
||||
import traceback
|
||||
import warnings
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
import bcrypt
|
||||
import json
|
||||
import logging
|
||||
import os
|
||||
import random
|
||||
import sqlite3
|
||||
|
|
Loading…
Reference in a new issue