Skip to content

Commit

Permalink
Update lesson_1_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan authored Jun 26, 2024
1 parent a66b78e commit 5cce4f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/lesson_1_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

import unittest
from unittest.mock import MagicMock
from lessons.lesson_1.main import ( # pylint: disable=import-error
LED
)
# pylint: disable=import-error
from lessons.lesson_1.main import LED


class Lesson1TestCase(unittest.TestCase):
Expand Down

0 comments on commit 5cce4f5

Please sign in to comment.