소스 검색

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 년 전
부모
커밋
4fecc2fae6
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      api/db/services/file_service.py

+ 1
- 1
api/db/services/file_service.py 파일 보기

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


Loading…
취소
저장