You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STYLE #49656: fixed redefined-outer-name linting issue to format.py (#49937)
* changed decimal module import, Decimal function call in EngFormatter class __call__ function
* changed name of parameter for get_format_datetime64 to avoid redefined outer name conflict with is_dates_only function
* change in argument name for call to get_format_datetime64 to match change in datetimes.py
* removed import - justify function not used and creating redefined outer name conflict with justify functions defined for TextAdjustment and EastAsianTextAdjustment classes
* replaced justify import with alias to avoid redefined-outer-name conflict
* renamed imports from printing module
* function renamed to is_dates_only_, returned argument for get_formate_datetime64 to is_dates_only
* changes in datetimes.py to reflect function and argument names in format.py
* argument and function names swapped
* function name is is_dates_only, argument for get_format_datetime64 is is_dates_only_
* Update .pre-commit-config.yaml
removed format and datetimes files
0 commit comments