mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-08 18:02:05 +03:00
Add annotations to opensource/fbcode_builder
Reviewed By: shannonzhu Differential Revision: D34224272 fbshipit-source-id: 52e19886ab3d4fb015a557244660dd4357a35c17
This commit is contained in:

committed by
Facebook GitHub Bot
parent
6c86c07528
commit
e77a9fe43a
@@ -13,5 +13,5 @@ class TransientFailure(Exception):
|
||||
|
||||
|
||||
class ManifestNotFound(Exception):
|
||||
def __init__(self, manifest_name):
|
||||
def __init__(self, manifest_name) -> None:
|
||||
super(Exception, self).__init__("Unable to find manifest '%s'" % manifest_name)
|
||||
|
Reference in New Issue
Block a user