mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-22 18:01:07 +00:00
11 lines
247 B
Python
11 lines
247 B
Python
"""Approvaltests.scrubbers module."""
|
|
|
|
from .scrubbers import (
|
|
create_regex_scrubber,
|
|
scrub_all_dates,
|
|
scrub_all_guids,
|
|
combine_scrubbers,
|
|
templates_regex_scrubber_with_lambda,
|
|
templates_regex_scrubber_with_replacement,
|
|
)
|