Skip to content

Commit

Permalink
Fix lint complaint.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyfdecyf committed Mar 18, 2021
1 parent 4f8639a commit 92ab0b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/benchmark/parser/gen_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ def gen_csv(fname, nrow, ncol):

if __name__ == '__main__':
import argh
argh.dispatch_command(gen_csv)
argh.dispatch_command(gen_csv)

0 comments on commit 92ab0b6

Please sign in to comment.