python: remove outdated comment in convert.py

Change-Id: I0cdeb709e5ae1a3100662172d96a5f6328be1a3d
This commit is contained in:
Erin Le
2024-09-11 11:57:22 -07:00
parent 39ea74c4ee
commit 52c2ecd033

View File

@@ -37,12 +37,6 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Attempting to import `warn` results in an error about a circular import:
# ImportError: cannot import name 'warn' from partially initialized module 'm5.util' (most likely due to a circular import) (/home/bees/gem5-3rd-worktree/src/python/m5/util/__init__.py):
# from m5.util import warn
# from . import warn
# metric prefixes
from typing import Optional