Skip to content

Commit b0580d0

Browse files
committed
black
1 parent f4866ec commit b0580d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_make.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,9 @@ def test_concise_attrib_metadata() -> None:
288288

289289
@attr.dataclass
290290
class A:
291-
x: datetime.datetime = desert.ib(marshmallow.fields.NaiveDateTime(), metadata={"foo": 1})
291+
x: datetime.datetime = desert.ib(
292+
marshmallow.fields.NaiveDateTime(), metadata={"foo": 1}
293+
)
292294

293295
timestring = "2019-10-21T10:25:00"
294296
dt = datetime.datetime(year=2019, month=10, day=21, hour=10, minute=25, second=00)

0 commit comments

Comments
 (0)