mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 11:22:41 +01:00
utils/postgres_convert: PEP8 fix
Remove unused local variable.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user