rrl as import name for now

This commit is contained in:
James Turk 2020-10-12 16:31:33 -04:00
parent 5844268ebe
commit 1e6f063f3f
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import pytest
from ratelimit import Tier, RateLimiter, RateLimitExceeded, _get_redis_connection
from rrl import Tier, RateLimiter, RateLimitExceeded, _get_redis_connection
from freezegun import freeze_time
redis = _get_redis_connection()