Skip to content

Commit 181ed43

Browse files
committed
fix linter
1 parent 7d56e1e commit 181ed43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/gui_core/test_context_process_event_datanode.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
import pytest
1515

16-
from taipy import Gui, Sequence, SequenceId, DataNode, Scope
16+
from taipy import DataNode, Gui, Scope
1717
from taipy.core.notification import Event, EventEntityType, EventOperation
1818
from taipy.gui_core._context import _GuiCoreContext
1919

tests/gui_core/test_context_process_event_scenario.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
99
# an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
1010
# specific language governing permissions and limitations under the License.
11-
from unittest.mock import call, patch
11+
from unittest.mock import patch
1212

1313
import pytest
1414

0 commit comments

Comments
 (0)