Skip to content

Commit

Permalink
flake8 fixez
Browse files Browse the repository at this point in the history
  • Loading branch information
f213 committed Dec 29, 2016
1 parent 7ad4e41 commit 8c2ea68
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions elk/settings.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
from datetime import timedelta
import os
from datetime import timedelta

import environ
from easy_thumbnails.conf import Settings as thumbnail_settings

from elk.context_processors import revision

root = environ.Path(__file__) - 3 # three folder back (/a/b/c/ - 3 = /)
env = environ.Env(DEBUG=(bool, False),) # set default values and casting
environ.Env.read_env() # reading .env file
Expand Down

0 comments on commit 8c2ea68

Please sign in to comment.