Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
troopa81 committed Sep 29, 2021
1 parent 818e398 commit e97d6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsexternalstorage_base.py
Expand Up @@ -70,7 +70,7 @@ def setUpClass(cls):
def tearDownClass(cls):
"""Run after all tests"""
cls.registry.unregisterExternalStorage(cls.storage)
assert not cls.storageType in cls.registry.externalStorages()
assert cls.storageType not in cls.registry.externalStorages()

def setUp(self):
"""Run before each test."""
Expand Down

0 comments on commit e97d6f3

Please sign in to comment.