diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2023-01-17 01:46:35 -0500 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2023-06-26 13:10:32 -0400 |
commit | e715400d1bb41eae6c0df799beb4b27047f83bff (patch) | |
tree | c6d7d5434d77a138a01d9d6e5d5974612d71bb8b /mesonbuild/compilers/java.py | |
parent | 418063cc472aa12aca9253c3970486ca5a90b70e (diff) | |
download | meson-e715400d1bb41eae6c0df799beb4b27047f83bff.zip meson-e715400d1bb41eae6c0df799beb4b27047f83bff.tar.gz meson-e715400d1bb41eae6c0df799beb4b27047f83bff.tar.bz2 |
tree-wide: reduce unneeded imports on specific Dependency impls
We can check something's subtype using properties, without importing the
module up front and doing isinstance checks on specific subclasses of
the interface -- or worse, solving cyclic imports by doing the import
inside the function. ;)
Diffstat (limited to 'mesonbuild/compilers/java.py')
0 files changed, 0 insertions, 0 deletions