Skip to content
Snippets Groups Projects
Unverified Commit e5845344 authored by Patrick Cloke's avatar Patrick Cloke Committed by GitHub
Browse files

Use direct references for some configuration variables (part 3) (#10885)

This avoids the overhead of searching through the various
configuration classes by directly referencing the class that
the attributes are in.

It also improves type hints since mypy can now resolve the
types of the configuration variables.
parent aa2c0277
No related branches found
No related tags found
Loading
Showing
with 106 additions and 90 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment