mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 12:06:08 +00:00
utils/postgres_convert: PEP8 fix
Remove unused local variable.
This commit is contained in:
parent
6b04cbffd2
commit
f2f210c37f
@ -32,7 +32,7 @@ import re
|
||||
try:
|
||||
from psycopg2 import InterfaceError
|
||||
from psycopg2.extensions import AsIs
|
||||
except ImportError as e:
|
||||
except ImportError:
|
||||
InterfaceError = None
|
||||
AsIs = None
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user