dev_settings: Fix linter error in recent mypy work.

This commit is contained in:
Tim Abbott
2017-03-04 15:34:09 -08:00
parent 75e81253f2
commit 899b59e9d6

View File

@@ -3,7 +3,7 @@
# sample prod_settings.py file, with a few exceptions.
from .prod_settings_template import *
import os
from typing import Set
from typing import Set
LOCAL_UPLOADS_DIR = 'var/uploads'
# Default to subdomains disabled in development until we can update