Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TranSSD-Python
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Package registry
Container registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Justus Müller
TranSSD-Python
Commits
4615f1fc
Commit
4615f1fc
authored
1 year ago
by
Justus Müller
Browse files
Options
Downloads
Patches
Plain Diff
chore: Fix lint
parent
4730f6f9
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/drive_handle.py
+1
-1
1 addition, 1 deletion
src/drive_handle.py
src/tests/slack_test.py
+9
-10
9 additions, 10 deletions
src/tests/slack_test.py
with
10 additions
and
11 deletions
src/drive_handle.py
+
1
−
1
View file @
4615f1fc
This diff is collapsed.
Click to expand it.
src/tests/slack_test.py
+
9
−
10
View file @
4615f1fc
...
@@ -84,7 +84,6 @@ class SlackTest(DecisionTest):
...
@@ -84,7 +84,6 @@ class SlackTest(DecisionTest):
print
(
colored
(
"
[SlackTest] Slack test completed.
"
,
"
light_blue
"
))
print
(
colored
(
"
[SlackTest] Slack test completed.
"
,
"
light_blue
"
))
return
found_non_zero_byte
return
found_non_zero_byte
@property
@property
def
drive_handle
(
self
)
->
DriveHandle
:
def
drive_handle
(
self
)
->
DriveHandle
:
return
self
.
_drive_handle
return
self
.
_drive_handle
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