Skip to content

Commit 882db5f

Browse files
committed
chore: Remove print
1 parent 3304059 commit 882db5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

py_redis_cache/functional.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
def cache(tags=None, ttl=30):
44
from . import current_redis_cache
5-
print("Import")
65
return current_redis_cache.cache(tags, ttl)
76

87

0 commit comments

Comments
 (0)