Skip to content

Commit

Permalink
iface to None
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed May 30, 2022
1 parent a6610fa commit d73a7c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions aiowmi/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ async def optimize(self):
self.next = self._next_smart

def done(self):
delattr(self, '_interface')
delattr(self, '_proto')
delattr(self, 'next')
self._interface = None
self._proto = None
self.next = None
if hasattr(self, '_class_parts'):
self._class_parts.clear()

Expand Down
2 changes: 1 addition & 1 deletion aiowmi/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.10'
__version__ = '0.1.11'

0 comments on commit d73a7c5

Please sign in to comment.