Skip to content

Commit

Permalink
fix sort and fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
yjmm10 committed Aug 14, 2024
1 parent 0d9ba7c commit a930407
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deloy Doc
name: 部署文档

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docr CI/CD
name: 项目CI/CD

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion docly/cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

import click
from click import Context
from docr.log import init_log

from docr import __version__
from docr.config import settings
from docr.log import init_log


@click.group(invoke_without_command=True)
Expand Down
1 change: 0 additions & 1 deletion tests/test_log.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""Test log"""

import pytest

from docr.log import update_log_level, verbose_formatter


Expand Down

0 comments on commit a930407

Please sign in to comment.