Skip to content

Commit

Permalink
Trivial: Reduce import scope in dub.recipe.selection
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 authored and dlang-bot committed Dec 19, 2023
1 parent 97918ea commit 0ff7d32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/dub/recipe/selection.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
module dub.recipe.selection;

import dub.dependency;
import dub.internal.vibecompat.core.file : NativePath;
import dub.internal.vibecompat.inet.path : NativePath;

import dub.internal.configy.Attributes;

Expand Down Expand Up @@ -85,7 +85,6 @@ private struct SelectedDependency
unittest
{
import dub.internal.configy.Read : parseConfigString;
import dub.internal.vibecompat.core.file : NativePath;

immutable string content = `{
"fileVersion": 1,
Expand Down

0 comments on commit 0ff7d32

Please sign in to comment.