Skip to content

Commit

Permalink
Update enums.py
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
quinilo authored Apr 17, 2024
1 parent 828ea7c commit 2b35bea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libcobblersignatures/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ class ImportTypes(Enum):
This value shall be given when the content shall be imported from a string. This string shall not contain any
linebreaks.
"""
BUILD_IN = 3


class ExportTypes(Enum):
Expand Down

0 comments on commit 2b35bea

Please sign in to comment.