Update Black style
Black style now enforces the number of blank line above a method or class.
As such, our symmetric choice of two blank lines between import and first
definition doesn't comply with black style anymore.
Test Plan:
'{path="' + value + '"}' == "{path=\"" + value + "\"}" returns True
Differential Revision: https://devcentral.nasqueron.org/D4107