Skip to content

Commit a30dd5f

Browse files
authored
missing blank line to make pre-commit happy (#2106)
1 parent 147a9ba commit a30dd5f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

skrub/_datetime_encoder.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
2-
This module provides the implementation of the DatetimeEncoder
2+
This module provides the implementation of the DatetimeEncoder.
33
"""
4+
45
from datetime import datetime, timezone
56

67
import numpy as np

0 commit comments

Comments
 (0)