diff --git a/python/paddle/jit/api.py b/python/paddle/jit/api.py index 09894679e5cc1..4cadf127f3738 100644 --- a/python/paddle/jit/api.py +++ b/python/paddle/jit/api.py @@ -13,8 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -# isort: skip_file # Temporary disable isort to avoid circular import +# This can be removed after the circular import is resolved +# isort: skip_file import os import pickle import warnings