1
0
mirror of synced 2025-12-26 05:05:18 -05:00

match styling for spotlessApply and format (#3017)

* as a java developer I want to be able to run spotlessApply without changing styles in python code
This commit is contained in:
Charles
2021-04-23 09:21:41 -07:00
committed by GitHub
parent 3827235af0
commit f445fdb5b2
335 changed files with 340 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
"""
import inspect
from abc import ABC, abstractmethod
from typing import Any, Callable, Dict, Generator, List, Mapping, Tuple