Skip to content

Commit

Permalink
chore: flake8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
keithmanville committed Feb 21, 2025
1 parent 7f51ce1 commit 5eee196
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/dioptra/client/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@
# ACCESS THE FULL CC BY 4.0 LICENSE HERE:
# https://creativecommons.org/licenses/by/4.0/legalcode
from pathlib import Path
from typing import Any, ClassVar, Final, Literal, TypeVar, overload
from typing import Any, ClassVar, Final, Literal, TypeVar

from .base import (
CollectionClient,
DioptraFile,
DioptraResponseProtocol,
IllegalArgumentError,
)

Expand Down
1 change: 0 additions & 1 deletion src/dioptra/restapi/v1/workflows/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# https://creativecommons.org/licenses/by/4.0/legalcode
"""The server-side functions that perform workflows endpoint operations."""
import json
import os
import tarfile
import tomllib
from collections import defaultdict
Expand Down

0 comments on commit 5eee196

Please sign in to comment.