mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-01 21:54:42 -04:00
remove py310 testing
This commit is contained in:
@@ -2,6 +2,7 @@ import os
|
||||
import pickle
|
||||
import shutil
|
||||
import tempfile
|
||||
import threading
|
||||
import unittest
|
||||
from unittest import mock
|
||||
|
||||
@@ -17,6 +18,7 @@ class TestObjectStore(objectstore.ObjectStoreMixin):
|
||||
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self.lock = threading.RLock()
|
||||
self.data = {}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user