Skip to content

Commit

Permalink
Update test_todo_parser.py
Browse files Browse the repository at this point in the history
Fix import error
  • Loading branch information
alstr authored Nov 5, 2024
1 parent 1484e53 commit 4b44510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_todo_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import unittest

from main import TodoParser
from TodoParser import TodoParser


def count_issues_for_file_type(raw_issues, file_type):
Expand Down

0 comments on commit 4b44510

Please sign in to comment.