Refactoring
This commit is contained in:
@@ -54,7 +54,7 @@ def main():
|
||||
presses = [p for p in presses if p is not None]
|
||||
|
||||
try:
|
||||
from render_stats_charts import render_weather_hexbin, setup_rcparams
|
||||
from lib.render_stats_charts import render_weather_hexbin, 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