widok
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jakub Kaniecki 2024-06-24 22:24:48 +02:00
parent 2af168fe7e
commit aabd9ce429

View File

@ -37,6 +37,9 @@ def remove_none_from_filters(filter: int|str, filter_type: str) -> int|str|None:
pass
else:
filter = None
print(filter) # test only
return filter