Skip to content

Commit

Permalink
Linting and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Linde committed Jan 7, 2025
1 parent 0b2b615 commit 99551c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ test = [
"scipy>=1.7.3",
]
dev = [
"black[jupyter]",
"isort",
"ruff",
"matplotlib",
"notebook",
"pytest",
Expand All @@ -68,7 +67,6 @@ dev = [
"sphinx-rtd-theme",
"stable-baselines3>=2.0.0",
"mypy",
"pylint",
"scipy>=1.7.3",
]

Expand Down
2 changes: 1 addition & 1 deletion qgym/envs/routing/routing.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
class Routing(Environment[dict[str, NDArray[np.int_]], int]):
"""RL environment for the routing problem of OpenQL."""

_state: RoutingState # type: ignore[assignment]
_state: RoutingState # type: ignore[assignment]

def __init__( # noqa: PLR0913
self,
Expand Down

0 comments on commit 99551c4

Please sign in to comment.