Remove unused imports and fix errors like variables which were removed or renamed or call to function apply_query which doesn't exist anymore.

This commit is contained in:
Benbb96
2020-10-08 22:07:49 +02:00
parent c2276ce7e1
commit d80c70735a
2 changed files with 16 additions and 22 deletions

View File

@ -219,5 +219,4 @@ class __Query__:
'hour': date.hour,
'minute': date.minute,
'second': date.second,
'second': date.second,
}