updating import order

This commit is contained in:
lucasmbrown-usds 2022-09-28 13:09:52 -04:00
parent fc1aaf90e1
commit 19b3ba24ef
2 changed files with 3 additions and 4 deletions

View file

@ -1,7 +1,6 @@
import pathlib
import data_pipeline
from dynaconf import Dynaconf from dynaconf import Dynaconf
import data_pipeline
import pathlib
settings = Dynaconf( settings = Dynaconf(
envvar_prefix="DYNACONF", envvar_prefix="DYNACONF",