diff options
| author | Gly <[email protected]> | 2022-12-24 15:27:19 +0100 |
|---|---|---|
| committer | Gly <[email protected]> | 2022-12-24 15:27:19 +0100 |
| commit | 8b22882cbcdbe4c236fd3fa807b0d2e0d0408c49 (patch) | |
| tree | db055060177f10cadeff601e50d350242bb7088c | |
| parent | bf747e547ff2d4b9af636da915baec33f3e31b6a (diff) | |
remove unused imports
| -rw-r--r-- | xmake/modules/private/utils/complete.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/modules/private/utils/complete.lua b/xmake/modules/private/utils/complete.lua index 9a1db5034..d8956086f 100644 --- a/xmake/modules/private/utils/complete.lua +++ b/xmake/modules/private/utils/complete.lua @@ -21,8 +21,6 @@ -- imports import("core.base.option") import("core.base.task") -import("core.base.cli") -import("core.base.json") import("private.utils.completer") function main(pos, config, ...) |
