Skip to content

Commit 80a4858

Browse files
committed
chore(test): Fix import
1 parent 88260b5 commit 80a4858

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/test_cli.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
"""Test for tmuxp command line interface."""
22
import json
33
import os
4-
5-
try:
6-
from unittest.mock import MagicMock
7-
except ImportError:
8-
from unittest.mock import MagicMock
4+
from unittest.mock import MagicMock
95

106
import pytest
117

0 commit comments

Comments
 (0)