Skip to content

Commit

Permalink
Merge pull request #225 from JuliaWeb/aa/debug
Browse files Browse the repository at this point in the history
Add a missing import for `sprintcompact` to RetryRequest
  • Loading branch information
samoconnor authored Mar 26, 2018
2 parents 6831f0e + 2f4acd2 commit d1724d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RetryRequest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using ..Sockets
using ..IOExtras
using ..MessageRequest
using ..Messages
import ..@debug, ..DEBUG_LEVEL
import ..@debug, ..DEBUG_LEVEL, ..sprintcompact

"""
request(RetryLayer, ::URI, ::Request, body) -> HTTP.Response
Expand Down

0 comments on commit d1724d6

Please sign in to comment.