mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-19 13:49:09 -04:00
7 lines
129 B
Python
7 lines
129 B
Python
"""Fixtures for tests."""
|
|
|
|
from __future__ import annotations
|
|
|
|
PASSWORD = "password" # noqa: S105
|
|
TOKEN = "token" # noqa: S105
|