Skip to content

Commit

Permalink
Flake 8
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jul 9, 2021
1 parent e79c3c3 commit 5428063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgslayerdefinition.py
Expand Up @@ -163,7 +163,7 @@ def test_path_storage(self):
with open(temp_dir.filePath('absolute.qlr'), 'rt') as f:
lines = f.readlines()
self.assertIn(f'source="{gpkg_path}"', '\n'.join(lines))

def testWidgetConfig(self):

temp = QTemporaryDir()
Expand Down

0 comments on commit 5428063

Please sign in to comment.