Skip to content

Commit c55d839

Browse files
author
Brandon Doyle
committed
Get rid of unused imports
1 parent 0b20fe8 commit c55d839

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/gitlabci_lint/validate.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@
33
"""
44

55

6-
from typing import Any
7-
86
import argparse
97
import json
108
import os
119
import sys
12-
import pathlib
1310

1411
from urllib.error import HTTPError
1512
from urllib.parse import urljoin

0 commit comments

Comments
 (0)