diff --git a/stellarphot/settings/__init__.py b/stellarphot/settings/__init__.py index 378409df..56c8955b 100644 --- a/stellarphot/settings/__init__.py +++ b/stellarphot/settings/__init__.py @@ -1,2 +1,3 @@ +from .autowidgets import * from .models import * from .views import * diff --git a/stellarphot/settings/models.py b/stellarphot/settings/models.py index a709b959..80a21947 100644 --- a/stellarphot/settings/models.py +++ b/stellarphot/settings/models.py @@ -1,8 +1,6 @@ # Objects that contains the user settings for the program. -from enum import Enum - -from pydantic import BaseModel, Field, conint, root_validator +from pydantic import BaseModel, Field, conint from .autowidgets import CustomBoundedIntTex @@ -25,8 +23,8 @@ class ApertureSettings(BaseModel): annulus_width : int Width of the annulus in pixels. - Atributes - --------- + Attributes + ---------- inner_annulus : int Radius of the inner annulus in pixels.