Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
style: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 24, 2023
1 parent dd38605 commit cf57273
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def generate_feature_description_df(
string_match = f"{first_part}[\\dA-Za-z\\-]+{last_part}"

column_names = [
re.match(string_match, column)[0] # type: ignore
re.match(string_match, column)[0] # type: ignore
for column in df.columns
if re.match(string_match, column) is not None
]
Expand Down

0 comments on commit cf57273

Please sign in to comment.