Skip to content

Commit 2ddb6cb

Browse files
committed
Fix windows Dates import
1 parent b08c9bd commit 2ddb6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HTTP.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module HTTP
22

3-
using CodecZlib, URIs, Mmap, Base64
3+
using CodecZlib, URIs, Mmap, Base64, Dates
44
using LibAwsCommon, LibAwsIO, LibAwsHTTP
55

66
export @logfmt_str, common_logfmt, combined_logfmt

0 commit comments

Comments
 (0)