Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2a3f9c2

Browse files
authored
🐛 Remove click library
1 parentb37603b commit2a3f9c2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎rethinkdb/cli/main.py‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
- repl
3030
- restore
3131
"""
32-
32+
"""
3333
import click
3434
3535
from rethinkdb.cli import (
@@ -44,9 +44,9 @@
4444
4545
@click.group
4646
def cmd_main():
47-
"""
48-
Group of commands for the RethinkDB database.
49-
"""
47+
48+
Group of commands for the RethinkDB database.
49+
5050
5151
5252
cmd_main.add_command(cmd_dump, "dump")
@@ -55,3 +55,4 @@ def cmd_main():
5555
cmd_main.add_command(cmd_index_rebuild, "index_rebuild")
5656
cmd_main.add_command(cmd_repl, "repl")
5757
cmd_main.add_command(cmd_restore, "restore")
58+
"""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp