Skip to content

Commit 2e41f9d

Browse files
🎨 Auto format
1 parent 3d090dc commit 2e41f9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sqlmodel/main.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def Field(
251251
gt: annotated_types.SupportsGt | None = None,
252252
ge: annotated_types.SupportsGe | None = None,
253253
lt: annotated_types.SupportsLt | None = None,
254-
le: annotated_types.SupportsLe | None= None,
254+
le: annotated_types.SupportsLe | None = None,
255255
multiple_of: float | None = None,
256256
max_digits: int | None = None,
257257
decimal_places: int | None = None,
@@ -294,7 +294,7 @@ def Field(
294294
gt: annotated_types.SupportsGt | None = None,
295295
ge: annotated_types.SupportsGe | None = None,
296296
lt: annotated_types.SupportsLt | None = None,
297-
le: annotated_types.SupportsLe | None= None,
297+
le: annotated_types.SupportsLe | None = None,
298298
multiple_of: float | None = None,
299299
max_digits: int | None = None,
300300
decimal_places: int | None = None,
@@ -346,7 +346,7 @@ def Field(
346346
gt: annotated_types.SupportsGt | None = None,
347347
ge: annotated_types.SupportsGe | None = None,
348348
lt: annotated_types.SupportsLt | None = None,
349-
le: annotated_types.SupportsLe | None= None,
349+
le: annotated_types.SupportsLe | None = None,
350350
multiple_of: float | None = None,
351351
max_digits: int | None = None,
352352
decimal_places: int | None = None,
@@ -379,7 +379,7 @@ def Field(
379379
gt: annotated_types.SupportsGt | None = None,
380380
ge: annotated_types.SupportsGe | None = None,
381381
lt: annotated_types.SupportsLt | None = None,
382-
le: annotated_types.SupportsLe | None= None,
382+
le: annotated_types.SupportsLe | None = None,
383383
multiple_of: float | None = None,
384384
max_digits: int | None = None,
385385
decimal_places: int | None = None,

0 commit comments

Comments
 (0)