Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyodinsky committed Oct 28, 2023
1 parent e78e07a commit f5f8087
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions tests/unit/test_printer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,8 @@
import unittest
from unittest.mock import patch

from terminalgpt.printer import (
MarkdownPrinter,
PlainPrinter,
Printer,
PrinterFactory,
PrintUtils,
)
from terminalgpt.printer import (MarkdownPrinter, PlainPrinter, Printer,
PrinterFactory, PrintUtils)


class TestPrintUtils_1(unittest.TestCase):
Expand Down Expand Up @@ -82,13 +77,8 @@ def test_adjacent_highlighted_blocks(self):
from unittest import TestCase
from unittest.mock import MagicMock, patch

from terminalgpt.printer import (
MarkdownPrinter,
PlainPrinter,
Printer,
PrinterFactory,
PrintUtils,
)
from terminalgpt.printer import (MarkdownPrinter, PlainPrinter, Printer,
PrinterFactory, PrintUtils)


class TestPrinter(TestCase):
Expand Down

0 comments on commit f5f8087

Please sign in to comment.