From 755140106a5aa074b5ec7d9010a81963d109494f Mon Sep 17 00:00:00 2001 From: Benjamin Date: Tue, 29 Aug 2023 11:41:58 -0400 Subject: [PATCH] fix utils/onnx init file --- src/sparsezoo/utils/onnx/__init__.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/sparsezoo/utils/onnx/__init__.py b/src/sparsezoo/utils/onnx/__init__.py index 0c44f887..e47c5cea 100644 --- a/src/sparsezoo/utils/onnx/__init__.py +++ b/src/sparsezoo/utils/onnx/__init__.py @@ -11,3 +11,9 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +# flake8: noqa +# isort: skip_file + +from .analysis import * +from .external_data import *