Skip to content

Commit 98de829

Browse files
committed
sort imports using isort
1 parent a6a548a commit 98de829

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dataprofiler/profilers/profiler_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
import abc
66
import copy
7+
import json
78
import re
89
import warnings
9-
import json
1010
from typing import Any, Generic, TypeVar, cast
1111

1212
from ..labelers.base_data_labeler import BaseDataLabeler

0 commit comments

Comments
 (0)