Skip to content

Commit

Permalink
Remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
devraymondsh committed Jan 8, 2024
1 parent 7f38e26 commit f7f2421
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/drivers/js/nodejs/functions/get.zig
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ const common = @import("common.zig");
const ntypes = @import("../napi-bindings.zig");
const symbols = @import("../symbols.zig");

const std = @import("std");

pub export fn kivi_get_js(env: ntypes.napi_env, info: ntypes.napi_callback_info) ntypes.napi_value {
const args = common.parse_args(env, info, 2) catch {
return common.exception_ret(env, "Invalid Arguments!");
Expand Down

0 comments on commit f7f2421

Please sign in to comment.