AllenYkl commited on
Commit
3529c9f
1 Parent(s): ab3bcc4

Update bin_public/app/overwrites.py

Browse files
Files changed (1) hide show
  1. bin_public/app/overwrites.py +1 -0
bin_public/app/overwrites.py CHANGED
@@ -3,6 +3,7 @@ from __future__ import annotations
3
  from llama_index import Prompt
4
  from typing import List, Tuple
5
  import mdtex2html
 
6
 
7
  from bin_public.config.presets import *
8
 
 
3
  from llama_index import Prompt
4
  from typing import List, Tuple
5
  import mdtex2html
6
+ import logging
7
 
8
  from bin_public.config.presets import *
9