Skip to content

Commit

Permalink
chore: Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
ptran1203 committed Mar 29, 2024
1 parent 3304059 commit 882db5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py_redis_cache/functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

def cache(tags=None, ttl=30):
from . import current_redis_cache
print("Import")
return current_redis_cache.cache(tags, ttl)


Expand Down

0 comments on commit 882db5f

Please sign in to comment.