Skip to content

Commit

Permalink
Allow csv files (#1763)
Browse files Browse the repository at this point in the history
* Allow csv files

Signed-off-by: Eduardo Apolinario <[email protected]>

* Fix lint warning

Signed-off-by: Eduardo Apolinario <[email protected]>

---------

Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario and eapolinario authored Oct 23, 2024
1 parent 61438bd commit 8ef4220
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ __pycache__/
.idea
.jpg
.ipynb_checkpoints/
*.csv
*.dat
.DS_Store
gen_modules
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import os

import pandas as pd
from flytekit import task, workflow
from flytekit.types.file import FlyteFile
from flytekit.types.directory import FlyteDirectory
import pandas as pd
import os
from flytekit.types.file import FlyteFile


@task()
Expand Down

0 comments on commit 8ef4220

Please sign in to comment.