Skip to content

Commit

Permalink
fix future
Browse files Browse the repository at this point in the history
  • Loading branch information
Mips2648 committed Apr 25, 2024
1 parent d0f5336 commit 1f577c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions jeedomdaemon/base_config.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import argparse
from typing import Sequence

Expand Down
1 change: 0 additions & 1 deletion tests/base_config_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import sys
import os
import json

sys.path.append(os.path.realpath(os.path.dirname(__file__) + '/..'))

Expand Down

0 comments on commit 1f577c3

Please sign in to comment.