Skip to content

Commit

Permalink
[FIX] Line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
Algosse committed Jul 11, 2024
1 parent 9c1a9db commit d6182b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fs_storage/models/fs_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,6 @@ def delete(self, relative_path) -> None:

def action_test_config(self) -> None:
try:
# _check_connection will be called two times as it is called by fs property
# However, I don't know another way to test the connection without as as single call `self.fs` is a 'pointless statement'
self._check_connection(self.fs)
title = _("Connection Test Succeeded!")
message = _("Everything seems properly set up!")
Expand Down

0 comments on commit d6182b0

Please sign in to comment.