Parcourir la source

fix no modual error (#1892)

### What problem does this PR solve?

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.10.0
Kevin Hu il y a 1 an
Parent
révision
4fecc2fae6
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      api/db/services/file_service.py

+ 1
- 1
api/db/services/file_service.py Voir le fichier

@@ -14,7 +14,7 @@
# limitations under the License.
#
import re
import os
from flask_login import current_user
from peewee import fn


Chargement…
Annuler
Enregistrer