backends: remove Main.Plots dependency

This commit is contained in:
Fons van der Plas 2022-04-04 22:09:33 +02:00 committed by GitHub
parent 37eb1db8d2
commit a7468eef47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -301,7 +301,7 @@ function _initialize_backend(pkg::AbstractBackend)
@eval Main begin
import $sym
export $sym
Plots._check_compat($sym)
$(_check_compat)($sym)
end
end