fix: Remove unused os import in my_models.py

This commit is contained in:
Paul Gauthier (aider) 2024-12-13 12:31:09 -08:00
parent ec11ae7c40
commit 3473969aae

View file

@ -1,7 +1,6 @@
#!/usr/bin/env python3
import json
import os
from collections import defaultdict
from pathlib import Path