FlagAI icon indicating copy to clipboard operation
FlagAI copied to clipboard

python 3 updates

Open marksmayo opened this issue 2 years ago • 2 comments

  • remove unnecessary inherits from object
  • no need to super(..., self) for init
  • remove strings prefixed with u for python 3 remove whitespace and fix newlines tidy indentation sort imports with isort

marksmayo avatar Nov 22 '22 04:11 marksmayo

  • remove unnecessary inherits from object
  • no need to super(..., self) for init
  • remove strings prefixed with u for python 3 remove whitespace and fix newlines tidy indentation sort imports with isort

Hi marksmayo, thank you so much for your contribution. However, this pr has so many files changed. Could you please raise an issue and link the pr to that issue, and we will work on it.

BAAI-OpenPlatform avatar Nov 22 '22 04:11 BAAI-OpenPlatform

thanks, I'm keen to fix the test failures tho, so if you could approve the workflows I'll see if my latest merge has sorted it.

marksmayo avatar Nov 22 '22 06:11 marksmayo

There are many failures in the tests. Please fix these errors and raise a pull request again. Thanks.

marscrazy avatar Nov 27 '22 09:11 marscrazy