Skip to content

Commit

Permalink
Remove another unnecessary os.close() from baseclass.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dcantrell committed Apr 23, 2019
1 parent 2518375 commit a5a4cef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/baseclass.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ def setUp(self):
self._geometry = _ped.Geometry(self._device, 0, self._device.length - 1)

def removeTempDevice(self):
os.close(self.fd)

if self.path and os.path.exists(self.path):
os.unlink(self.path)

Expand Down

0 comments on commit a5a4cef

Please sign in to comment.