Skip to content

Commit 97fb812

Browse files
committed
Fix Black complaints
Signed-off-by: M Q <mingmelvinq@nvidia.com>
1 parent f1d05c3 commit 97fb812

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/apps/ai_pancrea_seg_app/__main__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
# See the License for the specific language governing permissions and
1010
# limitations under the License.
1111

12-
from app import AIPancreasSegApp
13-
1412
from monai.deploy.logger import load_env_log_level
13+
from app import AIPancreasSegApp
1514

1615
if __name__ == "__main__":
1716
load_env_log_level()

examples/apps/ai_pancrea_seg_app/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
# from monai.deploy.operators.stl_conversion_operator import STLConversionOperator # uncomment if need be used
3434

35+
3536
# @resource(cpu=1, gpu=1, memory="7Gi")
3637
# @md.env(pip_packages=["torch>=1.12.0"])
3738
# pip_packages can be a string that is a path(str) to requirements.txt file or a list of packages.

0 commit comments

Comments
 (0)