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 committed Nov 8, 2024
1 parent 7dfb788 commit 2a65139
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 2a65139

Please sign in to comment.