mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
generate_test_data: Remove unused get_stream_title function.
This commit is contained in:
@@ -12,12 +12,6 @@ def load_config() -> Dict[str, Any]:
|
||||
|
||||
return config
|
||||
|
||||
def get_stream_title(gens: Dict[str, Any]) -> str:
|
||||
|
||||
return next(gens["adjectives"]) + " " + next(gens["nouns"]) + " " + \
|
||||
next(gens["connectors"]) + " " + next(gens["verbs"]) + " " + \
|
||||
next(gens["adverbs"])
|
||||
|
||||
def load_generators(config: Dict[str, Any]) -> Dict[str, Any]:
|
||||
|
||||
results = {}
|
||||
|
||||
Reference in New Issue
Block a user