mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-10 03:20:35 +00:00
Remove unused imports from git subcommands
This commit is contained in:
@@ -17,8 +17,6 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import git from 'isomorphic-git';
|
||||
import path from 'path-browserify';
|
||||
import { ErrorCodes } from '@heyputer/puter-js-common/src/PosixError.js';
|
||||
import { find_repo_root } from '../git-helpers.js';
|
||||
|
||||
export default {
|
||||
|
||||
@@ -17,8 +17,6 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import git from 'isomorphic-git';
|
||||
import path from 'path-browserify';
|
||||
import { ErrorCodes } from '@heyputer/puter-js-common/src/PosixError.js';
|
||||
import { find_repo_root, shorten_hash } from '../git-helpers.js';
|
||||
|
||||
export default {
|
||||
|
||||
@@ -16,8 +16,6 @@
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import git from 'isomorphic-git';
|
||||
import { ErrorCodes } from '@heyputer/puter-js-common/src/PosixError.js';
|
||||
import subcommands from './__exports__.js';
|
||||
import git_command from '../git-command-definition.js';
|
||||
import { produce_help_string } from '../help.js';
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
*/
|
||||
import git from 'isomorphic-git';
|
||||
import path from 'path-browserify';
|
||||
import { ErrorCodes } from '@heyputer/puter-js-common/src/PosixError.js';
|
||||
import { find_repo_root } from '../git-helpers.js';
|
||||
|
||||
export default {
|
||||
|
||||
@@ -17,8 +17,6 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import git from 'isomorphic-git';
|
||||
import path from 'path-browserify';
|
||||
import { ErrorCodes } from '@heyputer/puter-js-common/src/PosixError.js';
|
||||
|
||||
const VERSION = '1.0.0';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user