Skip to content

Commit 3cc91f5

Browse files
committed
Format files with black
1 parent b555493 commit 3cc91f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pendulum/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,9 @@ def duration(
331331
)
332332

333333

334-
def interval(start: DateTime, end: DateTime, absolute: bool = False) -> Interval[DateTime]:
334+
def interval(
335+
start: DateTime, end: DateTime, absolute: bool = False
336+
) -> Interval[DateTime]:
335337
"""
336338
Create an Interval instance.
337339
"""

0 commit comments

Comments
 (0)