Skip to content

Commit 3663473

Browse files
committed
alignment fix
1 parent 7c68158 commit 3663473

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ads/feature_store/statistics/statistics.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8; -*-
3-
from typing import List
4-
53
# Copyright (c) 2023 Oracle and/or its affiliates.
64
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
75

6+
from typing import List
87
from ads.feature_store.statistics.feature_stat import FeatureStatistics
98
from ads.feature_store.response.response_builder import ResponseBuilder
109
import json

0 commit comments

Comments
 (0)