Skip to content

Commit

Permalink
🧼 Remove leftover code
Browse files Browse the repository at this point in the history
  • Loading branch information
bdsoha committed Sep 9, 2024
1 parent c2cecac commit c3070bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions cmd/clipboard/clipboard.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
package clipboard

import (
"bytes"
"fmt"
"io"
"net/http"
"os"

"github.com/kloudkit/ws-cli/internals/net"
"github.com/spf13/cobra"
Expand Down
2 changes: 1 addition & 1 deletion cmd/feature/install/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ func init() {
gcloudCmd,
jupyterCmd,
phpCmd,
resticCmd
resticCmd,
)
}

0 comments on commit c3070bf

Please sign in to comment.