ni / nimi-python

Python bindings for NI Modular Instrument drivers.
Other
111 stars 84 forks source link

Delete more code used for supporting Python 2 #1989

Closed ni-jfitzger closed 1 year ago

ni-jfitzger commented 1 year ago

What does this Pull Request accomplish?

I noticed some more code that was an artifact of when we supported both Python 2 and Python 3. This deletes it.

List issues fixed by this Pull Request below, if any.

None

What testing has been done?

PR Checks

marcoskirsch commented 1 year ago

One day we should look at all our string formatting and replace with fstrings across the board.

bkeryan commented 1 year ago

One day we should look at all our string formatting and replace with fstrings across the board.

pyupgrade can do this and other language upgrades automatically.