Skip to content

Commit

Permalink
Remove unused functools import
Browse files Browse the repository at this point in the history
  • Loading branch information
APJansen committed Feb 20, 2024
1 parent b2ad20e commit b337bf7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions validphys2/src/validphys/commondata.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
:py:mod:`validphys.coredata`
"""
import functools

from reportengine import collect
from validphys.commondataparser import load_commondata

Expand Down
1 change: 0 additions & 1 deletion validphys2/src/validphys/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"""

from collections.abc import Mapping
import functools
from importlib.resources import read_text
import logging
import re
Expand Down
1 change: 0 additions & 1 deletion validphys2/src/validphys/n3fit_data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
loading their fktables (and applying any necessary cuts).
"""
import dataclasses
import functools
from itertools import zip_longest

import numpy as np
Expand Down

0 comments on commit b337bf7

Please sign in to comment.