Commit 769664f
authored
[cueadmin] Fix compiled_proto import on output.py (AcademySoftwareFoundation#1772)
This module doesn't need to depend on the proto module, specially as it
simply used job_pb2 to infer the string out of an enum value.
This import was breaking our internal packaging setup and I believe this
change won't impact the pyproject setup as it is.
---------
Signed-off-by: Diego Tavares <dtavares@imageworks.com>1 parent 0674f8d commit 769664f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
0 commit comments