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
+1 -1
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