Skip to content

Commit 023c25c

Browse files
committed
Refactor git_integration.py to follow PEP8 standards
1 parent a1a84e7 commit 023c25c

File tree

2 files changed

+204
-159
lines changed

2 files changed

+204
-159
lines changed

src/sasctl/pzmm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
from .gitIntegration import GitIntegrate
4+
from .git_integration import GitIntegrate
55
from .import_model import ImportModel
66
from .mlflow_model import MLFlowModel
77
from .model_parameters import ModelParameters

0 commit comments

Comments
 (0)