chore: clean up code

This commit is contained in:
2021-07-31 08:53:18 -04:00
parent bfc675df79
commit 12803a651a
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import os
from walrus import *
from walrus import Database
_REDIS_URL = os.getenv('REDIS_URL')
_db = Database.from_url(_REDIS_URL)