Skip to content

Commit

Permalink
Fix import issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidWylie-ZUK committed Jan 8, 2024
1 parent 67bed45 commit 1fc0e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions roll_witch/rolling/output/web_operation.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from dataclasses import dataclass
from roll_witch.rolling.roller import RollResult
from ..protocols.result import OperationResult
from ..roller import RollSpec
from ..roller import RollSpec, RollResult


@dataclass
Expand Down
2 changes: 1 addition & 1 deletion roll_witch/web_app/roller.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from aiohttp.web import Request
from roll_witch.rolling import command
from rolling.output.web_operation import WebOperationOutputWriter
from roll_witch.rolling.output.web_operation import WebOperationOutputWriter


@aiohttp_jinja2.template("roller.jinja2")
Expand Down

0 comments on commit 1fc0e3b

Please sign in to comment.