Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sljlp committed Sep 15, 2022
1 parent f47549e commit 9f950fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/paddle/distributed/auto_parallel/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import warnings
import logging
import numpy as np
from ..utils import get_logger
from ..utils.log_utils import get_logger


class Converter(object):
Expand Down
2 changes: 1 addition & 1 deletion python/paddle/distributed/auto_parallel/dist_saver.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from .utils import get_dist_attr
from .converter import Converter
from .process_group import _g_process_group_map
from ..utils import get_logger
from ..utils.log_utils import get_logger


def check_filename(re_exp, filename):
Expand Down

0 comments on commit 9f950fb

Please sign in to comment.