diff options
| author | Elizabeth Hunt <elizabeth@simponic.xyz> | 2024-09-02 23:59:48 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth@simponic.xyz> | 2024-09-02 23:59:48 -0700 |
| commit | c39367ac7e163395ae726bd169926004d4d99d67 (patch) | |
| tree | c551f15f3c6475638239b7ccf1d6992f375e9a57 /kennel/engine/components | |
| parent | 9f5e81327be33489d9bb912de503cd01d6ba7dca (diff) | |
| download | kennel.hatecomputers.club-c39367ac7e163395ae726bd169926004d4d99d67.tar.gz kennel.hatecomputers.club-c39367ac7e163395ae726bd169926004d4d99d67.zip | |
fix CI
Diffstat (limited to 'kennel/engine/components')
| -rw-r--r-- | kennel/engine/components/component.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kennel/engine/components/component.py b/kennel/engine/components/component.py index da55138..9f56407 100644 --- a/kennel/engine/components/component.py +++ b/kennel/engine/components/component.py @@ -1,5 +1,5 @@ -from enum import Enum from abc import abstractmethod +from enum import Enum class ComponentType(str, Enum): |
