Skip to content

Commit

Permalink
Refactor import. Url is not used directly, but path is.
Browse files Browse the repository at this point in the history
  • Loading branch information
veelo authored and dlang-bot committed Jan 25, 2021
1 parent da24acc commit a7d391b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/dub/commandline.d
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import dub.generators.generator;
import dub.internal.vibecompat.core.file;
import dub.internal.vibecompat.core.log;
import dub.internal.vibecompat.data.json;
import dub.internal.vibecompat.inet.url;
import dub.internal.vibecompat.inet.path;
import dub.package_;
import dub.packagemanager;
import dub.packagesuppliers;
Expand Down

0 comments on commit a7d391b

Please sign in to comment.