Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit 0faaa0d

Browse files
author
staticdev
committed
Import order
1 parent eb94579 commit 0faaa0d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/toml_validator/__main__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
"""Command-line interface."""
2-
import click
32
import sys
43

4+
import click
5+
56
from . import validation
67

78

0 commit comments

Comments
 (0)