Skip to content

Commit 00641d0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 802e6ae commit 00641d0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sample-apps/endoscopy/main.py

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

12-
import logging
13-
import os
1412
import csv
1513
import json
14+
import logging
15+
import os
1616
from datetime import timedelta
17-
from typing import List, Dict, Union
17+
from typing import Dict, List, Union
1818

1919
import lib.configs
2020
import numpy as np

0 commit comments

Comments
 (0)