Skip to content

Commit 6abeac0

Browse files
author
t.mestan-zade
committed
Merge branch 'develop' into 'master'
Release 0.4.0 Develop to Master See merge request SOLO-band/python-sdk!68
2 parents 921542d + ff5be11 commit 6abeac0

32 files changed

+5743
-2008
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/PyCQA/flake8
3-
rev: 4.0.1
3+
rev: 5.0.4
44
hooks:
55
- id: flake8
66
exclude: tests
77
- repo: https://github.com/timothycrosley/isort
8-
rev: 5.10.1
8+
rev: 5.12.0
99
hooks:
1010
- id: isort
1111
exclude: tests

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ Python 3.10
1616
from rogii_solo import SoloClient
1717

1818
solo_client = SoloClient(client_id='my-client-id', client_secret='my-client-secret')
19-
solo_client.set_project_by_name('My project')
19+
project = solo_client.set_project_by_name('My project')
2020

21-
project = solo_client.project
2221
wells = project.wells
2322

2423
wells_data = wells.to_dict() # List of dicts

0 commit comments

Comments
 (0)