Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Remove unused import (lint)
Browse files Browse the repository at this point in the history
  • Loading branch information
janedegtiareva committed Apr 23, 2020
1 parent cc93a4e commit 80caf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/create-account.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

const exitOnError = require('../utils/exit-on-error');
const connect = require('../utils/connect');
const { KeyPair, utils } = require('near-api-js');
const { KeyPair } = require('near-api-js');
const eventtracking = require('../utils/eventtracking');

module.exports = {
Expand Down

0 comments on commit 80caf92

Please sign in to comment.