Skip to content

Commit

Permalink
fix: flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
l3d00m committed Sep 19, 2024
1 parent 459a9e4 commit 8f1210f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/test_scraper.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
from sked_parser.scraper import create_id, extract_semester, optimize_label, guess_degree
from sked_parser.scraper import (
create_id,
extract_semester,
optimize_label,
guess_degree,
)


def test_extract_semester_normal():
Expand Down Expand Up @@ -78,7 +83,6 @@ def test_extract_semester_fachsemester_string():
assert extract_semester(sem_str, "") == 2



def test_optimize_label_strip_semester():
"""Verify the semester is correctly stripped from the label"""
# Semester at end
Expand Down

0 comments on commit 8f1210f

Please sign in to comment.