Fix wrong merge

This commit is contained in:
Petr Kalis 2023-07-17 13:22:04 +02:00
parent 2be5b33510
commit b90d1c9e65
4 changed files with 4 additions and 5 deletions

View file

@ -2,7 +2,7 @@
"""Tools to work with FBX."""
import logging
import pyblish.api
from pyblish.api import Instance
from maya import cmds # noqa
import maya.mel as mel # noqa
@ -141,7 +141,7 @@ class FBXExtractor:
return options
def set_options_from_instance(self, instance):
# type: (pyblish.api.Instance) -> None
# type: (Instance) -> None
"""Sets FBX export options from data in the instance.
Args:

View file

@ -1,6 +1,6 @@
{
"shotgrid_project_id": 0,
"shotgrid_server": [],
"shotgrid_server": "",
"event": {
"enabled": false
},

2
poetry.lock generated
View file

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand.
# This file is automatically @generated by Poetry and should not be changed by hand.
[[package]]
name = "acre"

View file

@ -100,7 +100,6 @@ wheel = "*"
enlighten = "*" # cool terminal progress bars
toml = "^0.10.2" # for parsing pyproject.toml
pre-commit = "*"
mypy = "*" # for better types
[tool.poetry.urls]
"Bug Tracker" = "https://github.com/pypeclub/openpype/issues"