From b60caa460620e7ed4a3b6cace02750d3d5464b11 Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Tue, 16 Jan 2024 11:14:05 +0100 Subject: [PATCH] Ruff fix in Jupyter_viz --- mesa/experimental/jupyter_viz.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mesa/experimental/jupyter_viz.py b/mesa/experimental/jupyter_viz.py index 579391c54e4..2e5f066409f 100644 --- a/mesa/experimental/jupyter_viz.py +++ b/mesa/experimental/jupyter_viz.py @@ -1,6 +1,5 @@ import sys import threading -from typing import Optional import matplotlib.pyplot as plt import reacton.ipywidgets as widgets