mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 07:04:17 +00: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