Skip to content

Commit 8f6ff72

Browse files
committed
🎨Remove unused imports
1 parent 9af8603 commit 8f6ff72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎cramer/main.py‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
from dataclasses import dataclass
21
from netrc import netrc
32
import os
43
from pathlib import Path
54
import platform
6-
from typing import List, Set
5+
from typing import Set
76

87
import click
98
from github import Auth, Github, Commit, Consts

0 commit comments

Comments
 (0)