Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
noemifrisina committed Jun 16, 2023
1 parent 1a7e807 commit 6a21b63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""
Fixed target data collection
"""
from __future__ import annotations

import argparse
import inspect
import logging
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Chip manager for fixed target
This version changed to python3 March2020 by RLO
"""
from __future__ import annotations

import inspect
import logging
Expand Down

0 comments on commit 6a21b63

Please sign in to comment.