Skip to content

Commit

Permalink
fix linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
SyrexMinus committed Apr 1, 2024
1 parent 246b303 commit 313b442
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/db_adapter/ceph/ceph_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

ssl._create_default_https_context = ssl._create_unverified_context


class CephAdapter(DBAdapter):
def __init__(self, config):
self._bucket = None
Expand Down

0 comments on commit 313b442

Please sign in to comment.