Skip to content

Commit c84c93b

Browse files
committed
Fix sort order
1 parent 6e9c1ec commit c84c93b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
"""Setup script for VWS Python, a wrapper for Vuforia's Web Services APIs."""
22

33
from pathlib import Path
4-
from setuptools import setup
54
from typing import List
65

6+
from setuptools import setup
7+
78
import versioneer
89

910

0 commit comments

Comments
 (0)