Skip to content

Commit

Permalink
Fix code style issues with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
lint-action committed Feb 1, 2024
1 parent de34c0d commit 5f97195
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 5f97195

Please sign in to comment.