Skip to content

Commit

Permalink
Fix optimus import
Browse files Browse the repository at this point in the history
  • Loading branch information
argenisleon committed Dec 6, 2019
1 parent 9c14812 commit 4ad84e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimus/dataframe/rows.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from pyspark.sql import functions as F

# Helpers
import optimus.optimus as op
import optimus as op
from infer import is_list_of_str_or_int, is_list_of_dataframes, is_list_of_tuples, is_dataframe, \
PYSPARK_NUMERIC_TYPES
from optimus.audf import filter_row_by_data_type as fbdt
Expand Down

0 comments on commit 4ad84e8

Please sign in to comment.