Skip to content

Commit 456b412

Browse files
committed
chore(commons): format model and type modules
Ran `uvx ruff format` on both modules.
1 parent ce3c6ae commit 456b412

File tree

1 file changed

+0
-1
lines changed
  • allure-python-commons/src/allure_commons

1 file changed

+0
-1
lines changed

allure-python-commons/src/allure_commons/types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ class LabelType(str):
3636

3737

3838
class AttachmentType(Enum):
39-
4039
def __init__(self, mime_type: str, extension: str) -> None:
4140
self.mime_type = mime_type
4241
self.extension = extension

0 commit comments

Comments
 (0)