mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
Remove unused imports
This commit is contained in:
parent
5bc789bca3
commit
c5a3137627
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
# coding=utf-8
|
||||
from __future__ import with_statement
|
||||
|
||||
import logging
|
||||
import os
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# coding=utf-8
|
||||
|
||||
from __future__ import print_function, with_statement
|
||||
from __future__ import print_function
|
||||
|
||||
import re
|
||||
import sqlite3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue