Skip to content

Commit fcabf3f

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent e562654 commit fcabf3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import List, Optional, Literal
1+
from typing import List, Literal, Optional
22

33
import pytest
44
from sqlalchemy.exc import IntegrityError
@@ -135,7 +135,6 @@ class Hero(SQLModel, table=True):
135135
name: str = Field(unique=True)
136136
weakness: Literal["Kryptonite", "Dehydration", "Munchies"]
137137

138-
139138
superman = Hero(name="Superman", weakness="Kryptonite")
140139

141140
engine = create_engine("sqlite://", echo=True)

0 commit comments

Comments
 (0)