Skip to content

Commit

Permalink
ruff fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ltfish committed Apr 28, 2023
1 parent c27dc94 commit 9964b54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cle/backends/elf/compilation_unit.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os.path
from typing import Dict, List, Tuple, Generator
from typing import Dict, Generator, List, Tuple

from cle.address_translator import AT

Expand Down
2 changes: 1 addition & 1 deletion cle/backends/elf/variable.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from enum import Enum
from typing import Optional, List, Tuple, Any, TYPE_CHECKING
from typing import TYPE_CHECKING, List, Optional, Tuple

from elftools.dwarf.die import DIE

Expand Down

0 comments on commit 9964b54

Please sign in to comment.