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