Skip to content

Commit

Permalink
Fix union annotation for python<=3.10
Browse files Browse the repository at this point in the history
Signed-off-by: Kai-Uwe Hermann <[email protected]>
  • Loading branch information
hikinggrass committed Dec 4, 2023
1 parent 9f8cf84 commit 5337003
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/v201/init_device_model_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
components and variables.
"""

from __future__ import annotations

import argparse
import json
import sqlite3
Expand Down

0 comments on commit 5337003

Please sign in to comment.