Skip to content

Commit f2ca543

Browse files
committed
lint
1 parent 0570642 commit f2ca543

File tree

1 file changed

+1
-2
lines changed
  • metadata-ingestion/src/datahub/ingestion/source

1 file changed

+1
-2
lines changed

metadata-ingestion/src/datahub/ingestion/source/mode.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
import logging
33
import re
44
import time
5-
from json import JSONDecodeError
6-
75
from dataclasses import dataclass
86
from datetime import datetime, timezone
97
from functools import lru_cache
8+
from json import JSONDecodeError
109
from typing import Dict, Iterable, List, Optional, Set, Tuple, Union
1110

1211
import dateutil.parser as dp

0 commit comments

Comments
 (0)