Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Dupre <[email protected]>
  • Loading branch information
xadupre committed Jun 17, 2024
1 parent 24913ca commit 25c4bd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion onnxscript/tools/memory_peak.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
# --------------------------------------------------------------------------
# pylint: disable=import-outside-toplevel
from __future__ import annotations

import multiprocessing
Expand Down Expand Up @@ -215,7 +216,7 @@ def start_spying_on(
.. code-block:: python
from experimental_experiment.memory_peak import start_spying_on, flatten
from onnxscript.tools.memory_peak import start_spying_on, flatten
p = start_spying_on()
# ...
Expand Down

0 comments on commit 25c4bd8

Please sign in to comment.