Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fidoriel committed Jul 29, 2024
1 parent 043db53 commit e802be9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions evap/evaluation/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
from abc import ABC, abstractmethod
from collections import defaultdict
from collections.abc import Iterable, Mapping
from typing import Any, Callable, Protocol, TypeVar
from typing import TYPE_CHECKING, Any, Protocol, TypeVar
from typing import TYPE_CHECKING, Any, TypeVar
from urllib.parse import quote

Expand Down
2 changes: 1 addition & 1 deletion evap/results/exporters.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def write_headings_and_evaluation_info(
contributor: UserProfile | None,
degrees: Iterable[int],
course_types: Iterable[int],
verbose_heading: Any
verbose_heading: Any,
) -> None:
export_name = _("Evaluation")
if contributor:
Expand Down

0 comments on commit e802be9

Please sign in to comment.