summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Lee <changjin9792@gmail.com>2023-03-23 23:38:11 +0800
committerJason Lee <changjin9792@gmail.com>2023-03-23 23:38:11 +0800
commit2de7dd9c1eee94dcb58fa4bbf91e2b7576bf9f31 (patch)
tree49aaefddd943f01ba1d596cf20768c968998acea
parentc2d10a4c964ac652150505d19db8087d20b96a3f (diff)
Removed unused files
-rw-r--r--girok/commands/category.py6
-rw-r--r--girok/girok.py5
2 files changed, 0 insertions, 11 deletions
diff --git a/girok/commands/category.py b/girok/commands/category.py
index 80619c6..90b7f26 100644
--- a/girok/commands/category.py
+++ b/girok/commands/category.py
@@ -115,10 +115,4 @@ def move_category(
display_utils.center_print(err_msg, type="error")
else:
display_utils.center_print(resp.content, type="error")
-
-
-@app.command("open")
-def open_girok():
- webbrowser.open("https://github.com")
-
\ No newline at end of file
diff --git a/girok/girok.py b/girok/girok.py
index c3bb334..28d9747 100644
--- a/girok/girok.py
+++ b/girok/girok.py
@@ -23,11 +23,6 @@ app.registered_commands.extend(task_command.app.registered_commands)
app.registered_commands.extend(calendar_command.app.registered_commands)
cfg = get_config()
-@app.command()
-def test():
- print("test")
-
-
@app.callback()
def pre_command_callback(ctx: typer.Context):
# Setting up app dir and config file if they don't exist