Refactoring
This commit is contained in:
@@ -62,7 +62,7 @@ def main():
|
||||
cum_words.append(total_w)
|
||||
|
||||
try:
|
||||
from render_stats_charts import render_cumulative, setup_rcparams
|
||||
from lib.render_stats_charts import render_cumulative, setup_rcparams
|
||||
except ImportError as exc: # noqa: BLE001
|
||||
print(f"Failed to import renderer: {exc}", file=sys.stderr)
|
||||
sys.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user