mirror of
https://github.com/simon987/sist2.git
synced 2025-12-10 22:18:54 +00:00
remove deprecated note
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
from typing import Dict
|
from typing import Dict
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
from deprecated import deprecated
|
|
||||||
from hexlib.db import Table, PersistentState
|
from hexlib.db import Table, PersistentState
|
||||||
import pickle
|
import pickle
|
||||||
|
|
||||||
@@ -30,7 +29,6 @@ def _deserialize(item):
|
|||||||
return item
|
return item
|
||||||
|
|
||||||
|
|
||||||
@deprecated("Use default table factory in hexlib 1.83+")
|
|
||||||
class PickleTable(Table):
|
class PickleTable(Table):
|
||||||
|
|
||||||
def __getitem__(self, item):
|
def __getitem__(self, item):
|
||||||
|
|||||||
Reference in New Issue
Block a user