Skip to content

Commit

Permalink
refactor(gfql): literal typed Direction
Browse files Browse the repository at this point in the history
  • Loading branch information
lmeyerov committed Dec 21, 2023
1 parent 8a94312 commit 90851d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphistry/compute/ast.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logging
from typing import Optional, cast
from typing_extensions import Literal
import pandas as pd

from graphistry.Plottable import Plottable
Expand Down

0 comments on commit 90851d6

Please sign in to comment.