Remove unused imports

This commit is contained in:
Labrys of Knossos 2018-12-14 20:53:11 -05:00
commit c5a3137627
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,4 @@
# coding=utf-8 # coding=utf-8
from __future__ import with_statement
import logging import logging
import os import os

View file

@ -1,6 +1,6 @@
# coding=utf-8 # coding=utf-8
from __future__ import print_function, with_statement from __future__ import print_function
import re import re
import sqlite3 import sqlite3