Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
timodonnell committed Feb 27, 2025
1 parent 7c1d872 commit 0432f40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gtfparse/read_gtf.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ def wrapped_fn(x):
valid_columns = [c for c in usecols if c in column_names]
result_df = result_df[valid_columns]

result = None
if result_type == "pandas":
result = result_df
elif result_type == "polars":
Expand Down

0 comments on commit 0432f40

Please sign in to comment.