remove wrappers.py

This commit is contained in:
Laura Klünder 2024-08-31 19:23:20 +02:00
parent eee0ff059a
commit b14036437a

View file

@ -1,3 +0,0 @@
def is_created_pk(pk):
return isinstance(pk, str) and pk.startswith('c') and pk[1:].isnumeric()