Commits


Michael A. Smith authored and GitHub committed caa3a4265bf
AVRO-2920 Remove Python2 Polyfills (#948) * AVRO-2920: Remove Python2 Imports * AVRO-2920: Remove Static-Only Class * AVRO-2920: Remove (object) from Class Definitions * AVRO-2920: Remove Python 2 `next` Definition * AVRO-2920: Remove Unicode/Str/Bytes/Basestring Polyfills * AVRO-2920: Remove int/long Polyfills * AVRO-2920: Remove Import Polyfills * AVRO-2920: Use abc.abstractmethod Enforcement