Remove Main.Plots dependency (#4168)

This commit is contained in:
Fons van der Plas 2022-04-04 23:36:52 +02:00 committed by GitHub
parent 37eb1db8d2
commit d9fb8b8ef3
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