1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

remove errant os sep import

This commit is contained in:
Kelly Brazil
2022-03-18 16:57:47 -07:00
parent ff0f794b01
commit ceacec0f46

View File

@ -43,7 +43,6 @@ Examples:
$ asciitable-m | jc --asciitable-m -p -r $ asciitable-m | jc --asciitable-m -p -r
[] []
""" """
from os import sep
import re import re
from typing import Iterable, List, Dict, Optional, Generator from typing import Iterable, List, Dict, Optional, Generator
import jc.utils import jc.utils