Skip to content

Commit

Permalink
skip rule on line
Browse files Browse the repository at this point in the history
  • Loading branch information
jbousquin committed Aug 2, 2024
1 parent e72e263 commit 89bfcac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harmonize_wq/domains.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def get_domain_dict(table, cols=None):
>>> from harmonize_wq import domains
>>> domains.get_domain_dict('ResultSampleFraction').keys() # doctest: +NORMALIZE_WHITESPACE # noqa: E501
dict_keys(['Acid Soluble', 'Bed Sediment', 'Bedload', 'Bioavailable', 'Comb Available',
dict_keys(['Acid Soluble', 'Bed Sediment', 'Bedload', 'Bioavailable', 'Comb Available', # noqa: E501
'Dissolved', 'Extractable', 'Extractable, CaCO3-bound', 'Extractable, exchangeable',
'Extractable, organic-bnd', 'Extractable, other', 'Extractable, oxide-bound',
'Extractable, residual', 'Field***', 'Filter/sieve residue', 'Filterable',
Expand Down

0 comments on commit 89bfcac

Please sign in to comment.