Skip to content

Commit 01c2a85

Browse files
committed
Fix import error
1 parent 045808b commit 01c2a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JuliaWorkspaces.jl

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

33
import UUIDs
4+
using UUIDs: UUID
45

56
include("compat.jl")
67

@@ -11,7 +12,6 @@ import .URIs2
1112
using .URIs2: filepath2uri, uri2filepath
1213

1314
using .URIs2: URI
14-
using UUIDs: UUID
1515

1616
include("textdocument.jl")
1717

0 commit comments

Comments
 (0)