Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelseeger committed Jul 22, 2024
1 parent c8b3e76 commit bdc9d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions obs_tools/types.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from enum import Enum
from typing import List
from enum import Enum

from pydantic import BaseModel


Expand Down Expand Up @@ -102,4 +102,4 @@ def is_decided(self) -> bool:


class UIInfo(BaseModel):
activeScreens: List[Screen]
activeScreens: List[Screen]

0 comments on commit bdc9d24

Please sign in to comment.