Skip to content

Commit

Permalink
Remove unncessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ghidalgo3 committed Jun 29, 2024
1 parent 826b6d6 commit c32cae7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions adlfs/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -2189,8 +2189,6 @@ def __del__(self):
pass

def __getstate__(self):
# loop and container client, can be reconstructed after pickling
# Anyway they don't allow us to pickly because they are weak refs
state = self.__dict__.copy()
del state['container_client']
del state['loop']
Expand Down

0 comments on commit c32cae7

Please sign in to comment.