1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-06-25 08:10:12 +02:00

Fix limiter mock class

This commit is contained in:
Piero Toffanin 2023-01-01 13:22:01 -05:00
parent e74cdd4db3
commit 5f4ef37ed3

View File

@ -8,3 +8,6 @@ class Limiter:
return f(*args, **kwargs)
return wrapper
def init_app(self, app):
pass