add pandas and tabulate packages (#25076)

* add pandas and tabulate packages

* remove that
old-commit-hash: 1382e28aa0b32923a44efa28c5b25d9b02c41d68
This commit is contained in:
Adeeb Shihadeh
2022-07-07 20:02:07 -07:00
committed by GitHub
parent 8f5ab5d687
commit 8b81a3ac2f
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
import argparse
import pandas as pd # pylint: disable=import-error
import pandas as pd
import cereal.messaging as messaging