Skip to content

Commit

Permalink
remove duplicate statements from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-allen committed Nov 2, 2023
1 parent 30545b7 commit 51309a6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions stdlib/REPL/src/LineEdit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ module LineEdit
import ..REPL
using REPL: AbstractREPL, Options

# TODO remove after https://github.com/JuliaLang/StyledStrings.jl/pull/17 is merged
import StyledStrings: Face, loadface!
import StyledStrings: @styled_str
import StyledStrings: Face, loadface!, @styled_str

using ..Terminals
import ..Terminals: raw!, width, height, cmove, getX,
Expand Down
1 change: 0 additions & 1 deletion stdlib/REPL/src/REPL.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Base.Experimental.@max_methods 1

using Base.Meta, Sockets, StyledStrings
import InteractiveUtils
using StyledStrings

export
AbstractREPL,
Expand Down
1 change: 0 additions & 1 deletion stdlib/REPL/src/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ finally
Base._track_dependencies[] = true
end
using Base.Meta
using StyledStrings

import Markdown
import StyledStrings
Expand Down

0 comments on commit 51309a6

Please sign in to comment.