Skip to content

Commit

Permalink
fix settings
Browse files Browse the repository at this point in the history
  • Loading branch information
vpj committed Oct 15, 2024
1 parent 06bd857 commit d125f9d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions python/inspectus/utils.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import base64
import pkgutil
from typing import Dict, Callable
from inspectus import settings
import numpy
import os
from dotenv import load_dotenv


def convert_b64(data: numpy.ndarray) -> str:
Expand Down Expand Up @@ -62,7 +59,7 @@ def to_json(data):
def init_inline_viz():
html = ''

is_debug = settings.IS_DEBUG
is_debug = False
if is_debug:
print("Debug Mode: Ignoring static folder for frontend static files")
try:
Expand Down

0 comments on commit d125f9d

Please sign in to comment.