Skip to content

Commit

Permalink
more class variable deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and nyalldawson committed Feb 5, 2021
1 parent b01545b commit bbbd160
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/src/python/test_qgsrelationeditwidget.py
Expand Up @@ -89,6 +89,9 @@ def tearDownClass(cls):
cls.vl_editors = None
cls.vl_link_books_authors = None
cls.layers = None
cls.mapCanvas = None
cls.vltools = None
cls.relMgr = None

def setUp(self):
self.rel_a = QgsRelation()
Expand Down

0 comments on commit bbbd160

Please sign in to comment.