Skip to content

Commit

Permalink
Revert "Deprecate inspectDR" (#4998)
Browse files Browse the repository at this point in the history
* Revert "Deprecate inspectDR (#4976)"

This reverts commit 18b7551.

* update Aqua test
  • Loading branch information
BeastyBlacksmith authored Oct 9, 2024
1 parent ae0a6e9 commit 9d13a46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
13 changes: 2 additions & 11 deletions src/backends.jl
Original file line number Diff line number Diff line change
Expand Up @@ -258,17 +258,8 @@ backend(sym::Symbol) =
backend()
end

const _deprecated_backends = [
:qwt,
:winston,
:bokeh,
:gadfly,
:immerse,
:glvisualize,
:pgfplots,
:inspect_dr,
:pyplot,
]
const _deprecated_backends =
[:qwt, :winston, :bokeh, :gadfly, :immerse, :glvisualize, :pgfplots]

# ---------------------------------------------------------

Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions test/test_quality.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
:Latexify,
:LaTeXStrings,
:Requires,
:Pkg,
:UnitfulLatexify,
]
),
Expand Down

0 comments on commit 9d13a46

Please sign in to comment.