Skip to content

Commit

Permalink
Merge branch 'cherry-picking'
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Aug 6, 2024
2 parents 706ef39 + 960b708 commit 8dfc484
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/platform/Specific.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
# SPDX-License-Identifier: Apache-2.0 #
# ==================================================================================================================== #
#
from unittest import TestCase
from unittest import TestCase

from pytest import mark
from pyTooling.Common import CurrentPlatform
from pytest import mark
from pyTooling.Platform import CurrentPlatform

from pyDummy import Application
from pyDummy import Application


if __name__ == "__main__": # pragma: no cover
Expand Down

0 comments on commit 8dfc484

Please sign in to comment.