Skip to content

Commit

Permalink
style: reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljzd-PRO committed Dec 6, 2023
1 parent 4bcd7e1 commit 2468fe6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions ktoolbox/action/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
from pathvalidate import sanitize_filename

from ktoolbox.action import ActionRet, fetch_all_creator_posts, FetchInterruptError
from ktoolbox.action.utils import generate_post_path_name
from ktoolbox.api.model import Post
from ktoolbox.api.posts import get_creator_post
from ktoolbox.configuration import config, PostStructureConfiguration
from ktoolbox.enum import PostFileTypeEnum, DataStorageNameEnum
from ktoolbox.job import Job, CreatorIndices

from ktoolbox.action.utils import generate_post_path_name

__all__ = ["create_job_from_post", "filter_posts_with_indices", "create_job_from_creator"]


Expand Down
1 change: 0 additions & 1 deletion ktoolbox/action/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from ktoolbox.api.model import Post
from ktoolbox.configuration import config


__all__ = ["generate_post_path_name"]


Expand Down

0 comments on commit 2468fe6

Please sign in to comment.