Skip to content

Commit

Permalink
Lint again
Browse files Browse the repository at this point in the history
  • Loading branch information
Boyan-MILANOV committed Oct 2, 2023
1 parent e41d9c6 commit ec0d64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fickling/pickle.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import ast
import distutils.sysconfig as sysconfig
import re
import struct
import sys
from abc import ABC, abstractmethod
Expand Down Expand Up @@ -28,7 +29,6 @@
from typing import (
Tuple as TupleType,
)
import re

T = TypeVar("T")

Expand Down

0 comments on commit ec0d64b

Please sign in to comment.