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 Jan 29, 2024
1 parent 6d3463c commit d50d314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jetnet/datasets/normalisations.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Suite of common ways to normalise data.
"""

from __future__ import annotations

from abc import ABC, abstractmethod
Expand Down
1 change: 1 addition & 0 deletions jetnet/datasets/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Utility methods for datasets.
"""

from __future__ import annotations

import hashlib
Expand Down

0 comments on commit d50d314

Please sign in to comment.