Skip to content

Resolve warnings of Logger library #3878

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 11, 2025
Merged

Resolve warnings of Logger library #3878

merged 1 commit into from
May 11, 2025

Conversation

emmanuel-ferdman
Copy link
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bug fix
  • Feature
  • Chore (refactoring, formatting, local variables, other cleanup)
  • Documentation content changes

What is the current behavior?

The logger.warn() method is deprecated:

DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead

Issue Number: N/A

What is the new behavior?

This PR resolves the deprecation warnings of the logger library.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
@github-actions github-actions bot added the python Pull requests that update Python code label May 11, 2025
@danyeaw danyeaw added chore Maintenance related PR and removed python Pull requests that update Python code labels May 11, 2025
@danyeaw
Copy link
Member

danyeaw commented May 11, 2025

Thanks @emmanuel-ferdman !

@all-contributors please add @emmanuel-ferdman for code

Copy link
Contributor

@danyeaw

I've put up a pull request to add @emmanuel-ferdman! 🎉

@danyeaw danyeaw merged commit 9fe1a6d into gaphor:main May 11, 2025
38 of 39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintenance related PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants