1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-08 18:02:05 +03:00

apply black 20.8b1 formatting update

Summary:
allow-large-files

black_any_style

Reviewed By: zertosh

Differential Revision: D24325133

fbshipit-source-id: b4afe80d1e8b2bc993f4b8e3822c02964df47462
This commit is contained in:
John Reese
2020-10-14 20:19:13 -07:00
committed by Facebook GitHub Bot
parent 839670ed60
commit b0335039ca
12 changed files with 84 additions and 84 deletions

View File

@@ -207,8 +207,8 @@ class ProjectCmdBase(SubCmd):
class CachedProject(object):
""" A helper that allows calling the cache logic for a project
from both the build and the fetch code """
"""A helper that allows calling the cache logic for a project
from both the build and the fetch code"""
def __init__(self, cache, loader, m):
self.m = m