Skip to content

Commit 1743451

Browse files
committed
pep8 fix
1 parent 352a028 commit 1743451

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/src/python/test_db_manager_postgis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,5 +294,6 @@ def cleanTempPki():
294294
pkies = glob.glob(os.path.join(tempfile.gettempdir(), 'tmp*_{*}.pem'))
295295
self.assertEqual(len(pkies), 0)
296296

297+
297298
if __name__ == '__main__':
298299
unittest.main()

0 commit comments

Comments
 (0)