Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuan0322 committed Jan 28, 2021
1 parent ef68684 commit 031d441
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/graphscope/framework/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ def process_pandas(self, source: pd.DataFrame):
def process_vineyard(self, source):
if vineyard is None:
raise RuntimeError("Vineyard is not installed")

# defer execution of `vineyard.io.open` because `read_options` is unknown
# until load_from has been fully processed.

Expand Down

0 comments on commit 031d441

Please sign in to comment.