Skip to content

Commit

Permalink
Merge pull request #47 from oresat/gen-fw-refactor
Browse files Browse the repository at this point in the history
Refactor `attr_lines()`
  • Loading branch information
ThirteenFish authored Dec 6, 2024
2 parents f2b37f2 + 6bbf728 commit ba6118a
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 262 deletions.
2 changes: 1 addition & 1 deletion oresat_configs/card_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from . import base


@dataclass(frozen=True)
@dataclass
class Card:
"""Card info."""

Expand Down
Loading

0 comments on commit ba6118a

Please sign in to comment.