"""merge hwui002 and tax001 heads

Revision ID: hwui002d
Revises: adfb43108aff, tax001_taxjar_integration
Create Date: 2026-04-02

Merges two chains that both branched from chk003_tip_allow_custom:
  - adfb43108aff (hwui002 item category management chain)
  - tax001_taxjar_integration (TaxJar integration chain)
"""

from typing import Union, Sequence

revision: str = "hwui002d"
down_revision: Union[str, Sequence[str], None] = (
    "adfb43108aff",
    "tax001_taxjar_integration",
)
branch_labels = None
depends_on = None


def upgrade() -> None:
    pass


def downgrade() -> None:
    pass
