mirror of
https://github.com/apache/nifi.git
synced 2025-02-23 19:57:27 +00:00
* NIFI-12739 Import ProcessPoolExecutor to fix bug in python 3.9+ that causes Exceptions to be raised incorrectly in multi-threaded applications (https://bugs.python.org/issue42647) * Removed extraneous whitespace.