mirror of
https://github.com/craigerl/aprsd.git
synced 2025-08-19 21:22:27 -04:00
PEP8 cleanup
This commit is contained in:
parent
4233827dea
commit
135e21cd8d
@ -66,7 +66,6 @@ class ObjectStoreMixin:
|
|||||||
)
|
)
|
||||||
self.flush()
|
self.flush()
|
||||||
|
|
||||||
|
|
||||||
def load(self):
|
def load(self):
|
||||||
if os.path.exists(self._save_filename()):
|
if os.path.exists(self._save_filename()):
|
||||||
raw = pickle.load(open(self._save_filename(), "rb"))
|
raw = pickle.load(open(self._save_filename(), "rb"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user