refactor: unify docstrings
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"""Authentication module for Skywipe CLI."""
|
"""Authentication module for Skywipe"""
|
||||||
|
|
||||||
from atproto import Client
|
from atproto import Client
|
||||||
from skywipe.configure import Configuration
|
from skywipe.configure import Configuration
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
"""Command implementations for Skywipe CLI."""
|
"""Command implementations for Skywipe"""
|
||||||
|
|
||||||
from typing import Callable, Dict, Optional
|
from typing import Callable, Dict, Optional
|
||||||
from skywipe.configure import Configuration
|
from skywipe.configure import Configuration
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
"""Core configuration handling class and related logic."""
|
"""Core configuration module for Skywipe"""
|
||||||
|
|
||||||
import getpass
|
import getpass
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
"""Post deletion module for Skywipe CLI."""
|
"""Post deletion module for Skywipe"""
|
||||||
|
|
||||||
import time
|
import time
|
||||||
from skywipe.auth import Auth
|
from skywipe.auth import Auth
|
||||||
|
|||||||
Reference in New Issue
Block a user