Unverified Commit fb35077a authored by moto's avatar moto Committed by GitHub
Browse files

[Fbsync] Synchronize extension initialization mechanism with fbcode (#1682)

ref: D29989551
parent ea394347
...@@ -2,6 +2,11 @@ from .extension import ( ...@@ -2,6 +2,11 @@ from .extension import (
_init_extension, _init_extension,
) )
try:
from . import fb # noqa
except Exception:
pass
_init_extension() _init_extension()
del _init_extension del _init_extension
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment