Skip to content

Commit

Permalink
Merge pull request #169 from JuanCab/SeptTypos
Browse files Browse the repository at this point in the history
Fix minor typos and unused imports.
  • Loading branch information
mwcraig authored Sep 6, 2023
2 parents 67512a9 + 574d420 commit 1392819
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions stellarphot/settings/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
from .autowidgets import *
from .models import *
from .views import *
8 changes: 3 additions & 5 deletions stellarphot/settings/models.py
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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.
Expand Down

0 comments on commit 1392819

Please sign in to comment.