Skip to content

Commit

Permalink
add new line at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayThorve committed Jun 30, 2023
1 parent 92b13a1 commit 3f8ee02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ ignore =
# line break before binary operator
W503,
# whitespace before :
E203
E203
2 changes: 1 addition & 1 deletion ci/release/wheel_smoke_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import cuxfilter

if __name__ == '__main__':
assert cuxfilter.__version__ is not None
assert cuxfilter.__version__ is not None

0 comments on commit 3f8ee02

Please sign in to comment.