-
Kirill Smelkov authored
Use type objects instead of strings to refer to formats because with strings scattered here and there it is very easy to cause misbehaviour due to e.g. a typo. With referering to objects by their name, a type is automatically caught either at runtime, or statically via e.g. pyflakes.
e3570c83