Skip to content

Commit d9f4e73

Browse files
committed
fix: Add required blank line in module docstring
- Fix D205 docstring style requirement - Add blank line between summary and description in details.py - Ensure proper docstring formatting compliance
1 parent fdcedb2 commit d9f4e73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pvsite_datamodel/read/details.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""
2-
This module contains functions to get details from the database for a user,
3-
site or site group.
2+
This module contains functions to get details from the database for a user, site or site group.
43
54
"""
65

0 commit comments

Comments
 (0)