Skip to content

Commit

Permalink
Fixed precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinXPN authored Nov 29, 2023
1 parent 67c5b84 commit acbf560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coderunners/executors.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from abc import ABC, abstractmethod
from collections.abc import Iterable
from dataclasses import dataclass
from pathlib import Path
from typing import Iterable
from coderunners.process import Process

from coderunners.process import Process
from models import RunResult, TestCase


Expand Down

0 comments on commit acbf560

Please sign in to comment.