Revert "Support running plugin without installing betterproto"
This reverts commit c88edfd0
This commit is contained in:
parent
2c360a55f2
commit
87f4b34930
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import itertools
|
import itertools
|
||||||
import os.path
|
import os.path
|
||||||
import pathlib
|
import pathlib
|
||||||
@ -7,7 +8,6 @@ import sys
|
|||||||
import textwrap
|
import textwrap
|
||||||
from typing import List
|
from typing import List
|
||||||
|
|
||||||
sys.path.append(str(pathlib.Path(__file__).parent.parent)) # add betterproto to path
|
|
||||||
import betterproto
|
import betterproto
|
||||||
from betterproto.compile.importing import get_ref_type
|
from betterproto.compile.importing import get_ref_type
|
||||||
from betterproto.compile.naming import (
|
from betterproto.compile.naming import (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user