Skip to content

Commit edfd6e7

Browse files
committed
Why the "./run check --autofix" again did not fix the complaint
Signed-off-by: M Q <mingmelvinq@nvidia.com>
1 parent 5d7c7d8 commit edfd6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/apps/breast_density_classifer_app/breast_density_classifier_operator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import json
22
import os
33
from pathlib import Path
4-
from typing import Any, Dict, List, Optional, Sequence, Text, Tuple, Union
4+
from typing import Dict, Optional
55

66
import torch
77

0 commit comments

Comments
 (0)