phuhl / notify-send.py

A python-script like libnotify but with improved functionality
Other
96 stars 13 forks source link

proper statement and using fstring #23

Closed KevinAp-5 closed 1 year ago

KevinAp-5 commented 1 year ago

Hi there,

I hope this message finds you well. I made lil some changes to the project that you own, and I would like to request that you review my changes and consider merging them into the codebase.

The changes I made involve updating the code to use f-strings, which is a more modern and readable way of formatting strings in Python. I also updated the import statement to import the notify3 module directly, because it was raising a import error for me.

"Is not" is more readable and correct to that 'if'.

I believe that these changes would be beneficial for the project, and I would appreciate it if you could review my pull request and provide any feedback or suggestions you may have.

Thank you for your time and consideration, and I look forward to hearing back from you soon.

Best regards, Kevin.