Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
SDKs
Python SDK
Commits
8eb69808
Commit
8eb69808
authored
Feb 02, 2021
by
Siarhei Khaletski (EPAM)
🚩
Browse files
Merge branch 'kibattul/fix-import-errors' into 'master'
Fixed conflicting names in same folder See merge request
!6
parents
2721de07
de739441
Changes
5
Hide whitespace changes
Inline
Side-by-side
osdu_api/model/legal.py
→
osdu_api/model/legal
/legal
.py
View file @
8eb69808
...
...
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from
osdu_api.model.legal_compliance
import
LegalCompliance
from
osdu_api.model.legal
.legal
_compliance
import
LegalCompliance
class
Legal
:
"""
...
...
osdu_api/model/legal_compliance.py
→
osdu_api/model/legal
/legal
_compliance.py
View file @
8eb69808
File moved
osdu_api/model/record.py
View file @
8eb69808
...
...
@@ -14,8 +14,8 @@
# limitations under the License.
from
osdu_api.model.acl
import
Acl
from
osdu_api.model.legal
import
Legal
from
osdu_api.model.legal_compliance
import
LegalCompliance
from
osdu_api.model.legal
.legal
import
Legal
from
osdu_api.model.legal
.legal
_compliance
import
LegalCompliance
from
osdu_api.model.record_ancestry
import
RecordAncestry
class
Record
:
...
...
osdu_api/model/storage/legal.py
View file @
8eb69808
...
...
@@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# from osdu_api.model.legal_compliance import LegalCompliance
# from osdu_api.model.legal
.legal
_compliance import LegalCompliance
class
Legal
:
"""
...
...
osdu_api/model/storage/query_records_request.py
View file @
8eb69808
...
...
@@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# from osdu_api.model.legal_compliance import LegalCompliance
# from osdu_api.model.legal
.legal
_compliance import LegalCompliance
from
osdu_api.model.base
import
Base
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment