Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinAV committed Oct 16, 2024
1 parent 492a511 commit fc78e2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion taipy/core/data/data_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
from taipy.common.config.common.scope import Scope
from taipy.common.logger._taipy_logger import _TaipyLogger

from ... import Config
from .._entity._entity import _Entity
from .._entity._labeled import _Labeled
from .._entity._properties import _Properties
Expand All @@ -35,7 +36,6 @@
from ._filter import _FilterDataNode
from .data_node_id import DataNodeId, Edit
from .operator import JoinOperator
from ... import Config


def _update_ready_for_reading(fct):
Expand Down
1 change: 0 additions & 1 deletion tests/core/data/test_data_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from datetime import datetime, timedelta
from time import sleep
from unittest import mock
from unittest.mock import patch

import pytest

Expand Down

0 comments on commit fc78e2c

Please sign in to comment.