diff --git a/.isort.cfg b/.isort.cfg index 4497bcb..0cc5dfd 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -5,4 +5,4 @@ combine_as_imports=True known_qt=frappy.gui.qt known_core=frappy -sections=FUTURE,STDLIB,QT,THIRDPARTY,CORE,LOCALFOLDER +sections=FUTURE,STDLIB,QT,THIRDPARTY,CORE,FIRSTPARTY,LOCALFOLDER