Skip to content

Commit

Permalink
chore: oops left some json imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Borketh committed Nov 1, 2024
1 parent d0e1da5 commit e334761
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion fred/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from __future__ import annotations

import json
import os
import pathlib
from numbers import Number
Expand Down
1 change: 0 additions & 1 deletion fred/fred_commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import inspect
import io
import logging
from json import dumps
from os.path import split
from urllib.parse import urlparse

Expand Down

0 comments on commit e334761

Please sign in to comment.