Skip to content

Commit

Permalink
remove imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Feb 7, 2024
1 parent d9d3f10 commit a2aea07
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/python/pyflyby/_livepatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ def __livepatch__(self, old, do_livepatch):
import ast
import os
import re
import six
import sys
import time
import types
Expand Down
1 change: 0 additions & 1 deletion lib/python/pyflyby/_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from contextlib import contextmanager
import inspect
import os
import six
from six import reraise
import sys
import types
Expand Down

0 comments on commit a2aea07

Please sign in to comment.