Skip to content

Commit 2761466

Browse files
Restyled by whitespace
1 parent 56b682b commit 2761466

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pytox.pxd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

pytox/src/options.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,3 @@ cdef class ToxOptions:
4141
@ipv6_enabled.setter
4242
def ipv6_enabled(self, value: bool):
4343
tox_options_set_ipv6_enabled(self._get(), value)
44-
45-

0 commit comments

Comments
 (0)