Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HELpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
HELpy
Commits
d58b856d
Commit
d58b856d
authored
1 year ago
by
Krzysztof Mochocki
Browse files
Options
Downloads
Patches
Plain Diff
Rebase and pre-commit fixes
parent
5e68f42d
No related branches found
No related tags found
1 merge request
!23
Add batch
Pipeline
#87447
passed
1 year ago
Stage: static_code_analysis
Stage: build
Stage: tests
Stage: deploy
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
helpy/_communication/abc/communicator.py
+1
-1
1 addition, 1 deletion
helpy/_communication/abc/communicator.py
helpy/_handles/abc/handle.py
+1
-2
1 addition, 2 deletions
helpy/_handles/abc/handle.py
with
2 additions
and
3 deletions
helpy/_communication/abc/communicator.py
+
1
−
1
View file @
d58b856d
...
...
@@ -6,7 +6,7 @@ from abc import ABC, abstractmethod
from
typing
import
TYPE_CHECKING
,
Any
from
helpy._communication.settings
import
CommunicationSettings
from
helpy.exceptions
import
CommunicationError
,
ExceededAmountOfRetriesError
from
helpy.exceptions
import
CommunicationError
if
TYPE_CHECKING
:
from
helpy._interfaces.url
import
HttpUrl
...
...
This diff is collapsed.
Click to expand it.
helpy/_handles/abc/handle.py
+
1
−
2
View file @
d58b856d
...
...
@@ -7,12 +7,11 @@ from typing import TYPE_CHECKING, Any, Protocol
from
loguru
import
logger
from
typing_extensions
import
Self
from
helpy._communication.abc.communicator
import
CommunicationError
from
helpy._communication.httpx_communicator
import
HttpxCommunicator
from
helpy._handles.build_json_rpc_call
import
build_json_rpc_call
from
helpy._interfaces.context
import
ContextAsync
,
ContextSync
from
helpy._interfaces.stopwatch
import
Stopwatch
from
helpy.exceptions
import
HelpyError
,
RequestError
from
helpy.exceptions
import
CommunicationError
,
HelpyError
,
RequestError
from
schemas.jsonrpc
import
ExpectResultT
,
JSONRPCResult
,
get_response_model
if
TYPE_CHECKING
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment