Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfowers committed Aug 26, 2024
1 parent dd27936 commit 71f2340
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
from timeit import default_timer as timer
import onnxruntime as ort
import numpy as np
from turnkeyml.state import load_state
import turnkeyml.common.exceptions as exp
import turnkeyml.common.filesystem as fs

from turnkeyml_plugins_devices.common.run.basert import BaseRT
from turnkeyml_plugins_devices.common.run.onnxrt.within_conda import dummy_inputs
from turnkeyml_plugins_devices.common.run.performance import MeasuredPerformance

from turnkeyml.state import load_state
import turnkeyml.common.exceptions as exp
import turnkeyml.common.filesystem as fs


combined_rt_name = "example-combined-rt"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import os
import numpy as np

from turnkeyml_plugins_devices.common.run.basert import BaseRT
from turnkeyml_plugins_devices.common.run.performance import MeasuredPerformance

import turnkeyml.common.exceptions as exp
from turnkeyml.common.filesystem import Stats

Expand Down

0 comments on commit 71f2340

Please sign in to comment.