Skip to content

Commit

Permalink
[FIX] test to work on all OS
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorreia11 committed Jun 28, 2024
1 parent b0c912e commit 04b252e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/clis/test_matcher_cli.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
import shutil
from sys import platform
import platform
from unittest import TestCase

from tests import TESTS_DATA_PATH
Expand Down

0 comments on commit 04b252e

Please sign in to comment.