Skip to content

Commit bf032de

Browse files
committed
Remove unused import in setup.py
1 parent ec59f01 commit bf032de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

payjoin-ffi/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
import os
4-
from setuptools import setup, find_packages
4+
from setuptools import setup
55
import toml
66

77
# Read version from Cargo.toml

0 commit comments

Comments
 (0)