Skip to content

Conversation

@marksmayo
Copy link

  • replace format strings with f-strings
  • remove unnecessary f-string prefixes and semi-colons
  • remove inheritance from (object) as no longer needed in python 3
  • remove super(X, self) as default in python 3
  • fixed bare exceptions
  • cleaned trailing whitespace
  • cleaned trailing newlines
  • updated logger.warn (deprecated) to logger.warning

 - replace format strings with f-strings
 - remove unnecessary f-string prefixes and semi-colons
 - remove inheritance from (object) as no longer needed in python 3
 - remove super(X, self) as default in python 3
 - fixed bare exceptions
 - cleaned trailing whitespace
 - cleaned trailing newlines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant