mirror of
https://github.com/simon987/sist2.git
synced 2025-04-19 18:26:43 +00:00
remove deprecated note
This commit is contained in:
parent
d259b95017
commit
9c40dddd41
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user