Skip to content

Commit

Permalink
i fail at git
Browse files Browse the repository at this point in the history
  • Loading branch information
cormullion committed Jul 3, 2024
1 parent 6f3aad5 commit 30cb8b1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/ColorSchemes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,8 @@ function loadallschemes()
include(joinpath(datadir, "pnw.jl"))
include(joinpath(datadir, "wesanderson.jl"))
include(joinpath(datadir, "ghibli.jl"))
<<<<<<< HEAD
include(joinpath(datadir, "progress.jl"))
=======
include(joinpath(datadir, "feathers.jl"))
>>>>>>> 6b3c10768d2f5452f2b4dd41eea89736fe314b6a
include(joinpath(datadir, "progress.jl"))

# create them as constants...
for key in keys(colorschemes)
Expand Down

0 comments on commit 30cb8b1

Please sign in to comment.