Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DuniterPy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
DuniterPy
Merge requests
!169
Bump pre-commit hooks version, Handle new Pylint rules
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Bump pre-commit hooks version, Handle new Pylint rules
bump_hooks
into
main
Overview
0
Commits
2
Pipelines
2
Changes
11
Merged
Moul
requested to merge
bump_hooks
into
main
3 years ago
Overview
0
Commits
2
Pipelines
2
Changes
11
Specify
encoding
on
open()
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
5d98c259
2 commits,
3 years ago
11 files
+
29
−
28
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
duniterpy/api/client.py
+
2
−
2
View file @ 5d98c259
Edit in single-file editor
Open in Web IDE
Show full file
@@ -351,7 +351,7 @@ class Client:
:return:
"""
if
params
is
None
:
params
=
dict
()
params
=
{}
client
=
API
(
self
.
endpoint
.
conn_handler
(
self
.
proxy
))
@@ -377,7 +377,7 @@ class Client:
:return:
"""
if
params
is
None
:
params
=
dict
()
params
=
{}
client
=
API
(
self
.
endpoint
.
conn_handler
(
self
.
proxy
))
Loading