garvitcpp commited on
Commit
5b35049
·
verified ·
1 Parent(s): b8caa4b

Update app/services/storage_service.py

Browse files
Files changed (1) hide show
  1. app/services/storage_service.py +1 -1
app/services/storage_service.py CHANGED
@@ -11,7 +11,7 @@ from ..config import settings
11
  from ..utils.validators import validate_file_extension, validate_file_size
12
  import logging
13
 
14
- cclass StorageService:
15
  def __init__(self):
16
  try:
17
  self.client = Client()
 
11
  from ..utils.validators import validate_file_extension, validate_file_size
12
  import logging
13
 
14
+ class StorageService:
15
  def __init__(self):
16
  try:
17
  self.client = Client()