Skip to content

Commit

Permalink
Add module docstring to fix pylint complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Nov 8, 2024
1 parent cb942e9 commit ec9548b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/podio/utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/usr/bin/env python3
"""utility functionality for podio"""

import os
from collections.abc import Iterable
from pathlib import Path
Expand Down

0 comments on commit ec9548b

Please sign in to comment.