Skip to content

Commit

Permalink
Clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
geowurster committed Dec 12, 2023
1 parent 38130ff commit 3312169
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyin.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@


import abc
from collections.abc import Iterable
import argparse
import builtins
from collections import deque
from collections.abc import Iterable
import builtins
import csv
import functools
import importlib.util
import inspect
import io
import itertools as it
import json
import sys
import signal
import operator as op
import os
import re
import signal
import sys
import traceback


Expand Down

0 comments on commit 3312169

Please sign in to comment.