Remove old import for logging.

This commit is contained in:
voussoir 2020-11-15 22:18:53 -08:00
parent 469103e0ac
commit 6fe3cecead
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -1,6 +1,5 @@
import bcrypt
import json
import logging
import os
import random
import sqlite3