Skip to content

Commit

Permalink
Ruff format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MartenBE committed Nov 6, 2024
1 parent ff911c5 commit efd0fd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mkslides/urltype.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from enum import Enum


class URLType(Enum):
ANCHOR = "anchor"
ABSOLUTE = "absolute"
Expand Down

0 comments on commit efd0fd3

Please sign in to comment.