Skip to content

Commit

Permalink
Add a missing import for sprintcompact to RetryRequest
Browse files Browse the repository at this point in the history
Currently an `UndefVarError` is emitted when debugging is enabled.
  • Loading branch information
ararslan committed Mar 26, 2018
1 parent 6831f0e commit 2f4acd2
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 2f4acd2

Please sign in to comment.