1
0
mirror of https://github.com/gryf/urxvt-wrapper.git synced 2025-12-17 11:30:21 +01:00

Removed unused collections module

This commit is contained in:
2021-02-19 18:33:29 +01:00
parent 2623229b3b
commit df9deffe85

View File

@@ -8,7 +8,6 @@ Consult options below.
""" """
import argparse import argparse
import collections
import os import os
import subprocess import subprocess
import sys import sys