MeshRasterizerOpenGL import fixes

Summary: Only import it if you ask for it.

Reviewed By: kjchalup

Differential Revision: D38327167

fbshipit-source-id: 3f05231f26eda582a63afc71b669996342b0c6f9
This commit is contained in:
Jeremy Reizenstein
2022-08-02 04:32:32 -07:00
committed by Facebook GitHub Bot
parent 5bf6d532f7
commit 3b7ab22d10
8 changed files with 13 additions and 20 deletions

View File

@@ -7,7 +7,6 @@
import contextlib
import logging
import re
from typing import List
@contextlib.contextmanager