Skip to content

Commit

Permalink
Missed a parameter type change
Browse files Browse the repository at this point in the history
  • Loading branch information
ptth222 committed Mar 7, 2024
1 parent b874af4 commit 299a93d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions isatools/isatab/validate/rules/rules_30xx.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import iso8601

from pandas import DataFrame

from isatools.isatab.validate.store import validator
from isatools.isatab.defaults import log, _RX_DOI, _RX_PMID, _RX_PMCID
from isatools.isatab.utils import cell_has_value


def check_filenames_present(i_df_dict: DataFrame) -> None:
def check_filenames_present(i_df_dict: dict) -> None:
""" Used for rule 3005
:param i_df_dict: A dictionary of DataFrames and lists of DataFrames representing the investigation file
Expand Down

0 comments on commit 299a93d

Please sign in to comment.