aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornatsuoto <[email protected]>2026-07-15 11:35:52 +0530
committernatsuoto <[email protected]>2026-07-15 11:35:52 +0530
commit84a89f536916ee969ad923d33ac1854e941ecdbd (patch)
tree93641accb17efe4c78784ba6af1826063b34dee8
parent7d914f6a7231b5997035cf3459aa0e3e6740064a (diff)
downloadedify-84a89f536916ee969ad923d33ac1854e941ecdbd.tar.xz
edify-84a89f536916ee969ad923d33ac1854e941ecdbd.zip
refactor(atoms): drop docstring from __init__ per exports-only rule
-rw-r--r--edify/atoms/__init__.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/edify/atoms/__init__.py b/edify/atoms/__init__.py
index 066a56e..08bdd8d 100644
--- a/edify/atoms/__init__.py
+++ b/edify/atoms/__init__.py
@@ -1,10 +1,3 @@
-"""Composable :class:`Pattern` atoms.
-
-Each atom is an unanchored fragment meant to be spliced into a builder via
-:meth:`edify.RegexBuilder.use` / :meth:`edify.Pattern.use`. Import any atom
-directly from ``edify.atoms``.
-"""
-
from edify.atoms.alnum import alnum
from edify.atoms.ascii import ascii
from edify.atoms.base32 import base32