refactor: unify docstrings

This commit is contained in:
2025-12-18 13:14:27 +01:00
parent e3da6c4f12
commit edba17e9a3
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
"""Authentication module for Skywipe CLI."""
"""Authentication module for Skywipe"""
from atproto import Client
from skywipe.configure import Configuration

View File

@@ -1,4 +1,4 @@
"""Command implementations for Skywipe CLI."""
"""Command implementations for Skywipe"""
from typing import Callable, Dict, Optional
from skywipe.configure import Configuration

View File

@@ -1,4 +1,4 @@
"""Core configuration handling class and related logic."""
"""Core configuration module for Skywipe"""
import getpass
from pathlib import Path

View File

@@ -1,4 +1,4 @@
"""Post deletion module for Skywipe CLI."""
"""Post deletion module for Skywipe"""
import time
from skywipe.auth import Auth