qiskit-community / qiskit-nature

Qiskit Nature is an open-source, quantum computing, framework for solving quantum mechanical natural science problems.
https://qiskit-community.github.io/qiskit-nature/
Apache License 2.0
290 stars 197 forks source link

Fix pylint errors due to version update #1348

Closed MarcoBarroca closed 4 months ago

MarcoBarroca commented 4 months ago

Summary

Fixes #1346

Details and comments

Pylint had an update go through which made some new suggestions to the code. implemented those.

woodsp-ibm commented 4 months ago

Thanks so much for splitting this out!

woodsp-ibm commented 4 months ago

FYI if you run make copyright locally (from root in your cloned folder) it will fix the copyright dates as needed. Is the same tool as is used here that checks them.

MarcoBarroca commented 4 months ago

Thanks so much for splitting this out!

No problem. I was just being lazy by repurposing the other PR

coveralls commented 4 months ago

Pull Request Test Coverage Report for Build 8114465080

Details


Totals Coverage Status
Change from base Build 8007274719: -0.005%
Covered Lines: 8782
Relevant Lines: 10123

💛 - Coveralls