DevClad-Inc / devclad

Module level import not at the top of the file FLK-E402
Style
Minor
a year ago2 years old
module level import not at top of file
19    else "production",
20    "root": BASE_DIR,
21}
22import rollbar23
24rollbar.init(**ROLLBAR)
25