Skip to content

Commit c86e4df

Browse files
AtkinsSJKernelDeimos
authored andcommitted
Remove unused imports from git subcommands
1 parent ad4f132 commit c86e4df

File tree

5 files changed

+0
-9
lines changed

5 files changed

+0
-9
lines changed

packages/git/src/subcommands/add.js

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1818
*/
1919
import git from 'isomorphic-git';
20-
import path from 'path-browserify';
21-
import { ErrorCodes } from '@heyputer/puter-js-common/src/PosixError.js';
2220
import { find_repo_root } from '../git-helpers.js';
2321

2422
export default {

packages/git/src/subcommands/commit.js

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1818
*/
1919
import git from 'isomorphic-git';
20-
import path from 'path-browserify';
21-
import { ErrorCodes } from '@heyputer/puter-js-common/src/PosixError.js';
2220
import { find_repo_root, shorten_hash } from '../git-helpers.js';
2321

2422
export default {

packages/git/src/subcommands/help.js

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
* You should have received a copy of the GNU Affero General Public License
1717
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1818
*/
19-
import git from 'isomorphic-git';
20-
import { ErrorCodes } from '@heyputer/puter-js-common/src/PosixError.js';
2119
import subcommands from './__exports__.js';
2220
import git_command from '../git-command-definition.js';
2321
import { produce_help_string } from '../help.js';

packages/git/src/subcommands/status.js

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919
import git from 'isomorphic-git';
2020
import path from 'path-browserify';
21-
import { ErrorCodes } from '@heyputer/puter-js-common/src/PosixError.js';
2221
import { find_repo_root } from '../git-helpers.js';
2322

2423
export default {

packages/git/src/subcommands/version.js

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1818
*/
1919
import git from 'isomorphic-git';
20-
import path from 'path-browserify';
21-
import { ErrorCodes } from '@heyputer/puter-js-common/src/PosixError.js';
2220

2321
const VERSION = '1.0.0';
2422

0 commit comments

Comments
 (0)