Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ieaves committed Jul 20, 2023
1 parent 6549777 commit 14fa9a8
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 79 deletions.
138 changes: 69 additions & 69 deletions image/grai-actions/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions image/grai-actions/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "grai_actions"
version = "0.2.4-alpha1"
version = "0.2.4"
description = ""
authors = ["Grai <[email protected]>"]
license = "Elastic-2.0"
Expand All @@ -10,7 +10,7 @@ packages = [{include = "grai_actions", from = "src"}]
[tool.poetry.dependencies]
python = "^3.10"
ghapi = "^1.0.3"
pydantic = "^1.10.8"
pydantic = "^1.10.11"
grai-graph = "^0.2.4"
grai-client = "^0.3.0"

Expand All @@ -24,7 +24,6 @@ isort = "^5.11.4"
mypy = "^1.4.1"
pytest = "^7.2.1"
pytest-env = "^0.8.1"
#validators = "^0.21.1"

[tool.poetry.dependencies.grai-source-dbt]
version = "^0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion image/grai-actions/src/grai_actions/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
from itertools import chain, pairwise
from typing import Dict, Iterable, List, Tuple

from grai_client.update import compute_graph_changes
from grai_client.endpoints.v1.client import ClientV1
from grai_client.integrations.base import GraiIntegrationImplementation
from grai_client.update import compute_graph_changes
from grai_graph.analysis import GraphAnalyzer
from grai_graph.graph import Graph
from grai_schemas.v1 import EdgeV1, NodeV1
Expand Down
Loading

0 comments on commit 14fa9a8

Please sign in to comment.