We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4393a93 commit 2feeed8Copy full SHA for 2feeed8
2 files changed
src/PlatformAware.jl
@@ -11,6 +11,7 @@ using JSON
11
using Scratch
12
using Downloads
13
using InteractiveUtils
14
+using HTTP
15
16
include("utils.jl")
17
src/features/qualifiers/ec2/ec2.jl
@@ -2,9 +2,6 @@
2
# Licensed under the MIT License. See LICENCE in the project root.
3
# ------------------------------------------------------------------
4
5
-using HTTP
6
-using JSON
7
-
8
9
# maintainer types
10
abstract type AmazonEC2 <: CloudProvider end; export AmazonEC2
0 commit comments