Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 3, 2025
1 parent b4beea5 commit bf7be49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
4 changes: 1 addition & 3 deletions src/coffea/nanoevents/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
"""NanoEvents and helpers
"""
"""NanoEvents and helpers"""

from coffea.nanoevents.factory import NanoEventsFactory
from coffea.nanoevents.schemas import (
Expand Down
5 changes: 1 addition & 4 deletions src/coffea/processor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
"""A framework for analysis scale-out
"""
"""A framework for analysis scale-out"""

from .processor import ProcessorABC

Expand Down
4 changes: 1 addition & 3 deletions src/coffea/util.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
"""Utility functions
"""
"""Utility functions"""

import base64
import gzip
Expand Down

0 comments on commit bf7be49

Please sign in to comment.