Skip to content

Commit

Permalink
fix: black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragana Grbic committed Jul 11, 2024
1 parent c8cb80e commit 77abf3a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions hatchet/graphframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@
from .frame import Frame
from .graph import Graph
from .node import Node
from .query import (AbstractQuery, ObjectQuery, QueryEngine, is_hatchet_query,
parse_string_dialect)
from .query import (
AbstractQuery,
ObjectQuery,
QueryEngine,
is_hatchet_query,
parse_string_dialect,
)
from .util.deprecated import deprecated_params
from .util.dot import trees_to_dot

Expand Down

0 comments on commit 77abf3a

Please sign in to comment.