Skip to content

Commit 382ae55

Browse files
committed
Remove noqa comment from dill import
The unnecessary 'noqa: F401' comment was removed from the dill import statement in psyces.py, as the import is now used.
1 parent 544d664 commit 382ae55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyenzyme/thinlayers/psyces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from dataclasses import dataclass
1010
from pathlib import Path
1111
from joblib import Parallel, delayed
12-
import dill # noqa: F401
12+
import dill
1313
import numpy as np
1414
import pandas as pd
1515
import os

0 commit comments

Comments
 (0)