mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 12:59:36 -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
|
# coding=utf-8
|
||||||
from __future__ import with_statement
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
import os
|
import os
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue