Sfoglia il codice sorgente

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 1 anno fa
parent
commit
4fecc2fae6
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      api/db/services/file_service.py

+ 1
- 1
api/db/services/file_service.py Vedi File

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


Loading…
Annulla
Salva