bossenti commented on code in PR #1286: URL: https://github.com/apache/streampipes/pull/1286#discussion_r1110158933
########## streampipes-client-python/streampipes/model/common.py: ########## @@ -30,6 +33,17 @@ ] +def random_letters(n: int): Review Comment: It's not about the implementation itself, it's more about that we only need it as default factory and does not really suit into the rest of the module 🤔 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
