Skip to content

Commit

Permalink
Fixed dependecy problem of pretty print utils (#273)
Browse files Browse the repository at this point in the history
Signed-off-by: Chang Yong Lik <theeahlag@gmail.com>
  • Loading branch information
ahlag authored May 18, 2022
1 parent ecca69e commit 1750795
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feathr_project/feathr/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from datetime import datetime, timedelta
from pathlib import Path
from typing import Dict, List, Union
from utils import FeaturePrinter
from feathr.utils import FeaturePrinter
from feathr.feature import FeatureBase

import redis
Expand Down
File renamed without changes.

0 comments on commit 1750795

Please sign in to comment.