Skip to content

Commit

Permalink
Delete no use module.
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhan1 committed Sep 10, 2024
1 parent 4cc8d96 commit 792cd62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration_tests/python_requirements_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ func TestPyModuleAutoImport(t *testing.T) {
# declare main function
def main(arg1: int, arg2: int) -> dict:
print(pandas.__version__)
print(os.environ)
print(sys.path)
return {
Expand Down

0 comments on commit 792cd62

Please sign in to comment.