Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 53bc65a

Browse filesBrowse files
mdiez-modusjstasiak
authored andcommitted
Fix flake8 (python-zeroconf#131)
* flake8 and therefore Travis should be happy now * attempt to fix flake8 * happy flake8
1 parent 826c961 commit 53bc65a
Copy full SHA for 53bc65a

File tree

4 files changed

+3
-2
lines changed
Filter options

4 files changed

+3
-2
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ install:
1010
- pip install -r requirements-dev.txt
1111
script:
1212
- make test_coverage
13+
- flake8 --version
1314
- make flake8
1415
after_success:
1516
- coveralls

‎requirements-dev.txt

Copy file name to clipboardExpand all lines: requirements-dev.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ flake8-import-order>=0.4.0, <0.6.0
1010
netifaces!=0.10.5
1111
nose
1212
pep8==1.5.7
13-
pep8-naming
13+
pep8-naming!=0.6.0

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env python3
22
from io import open
3-
43
from os.path import abspath, dirname, join
54

65
from setuptools import setup

‎test_zeroconf.py

Copy file name to clipboardExpand all lines: test_zeroconf.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import unittest
1313
from threading import Event
1414

15+
1516
import zeroconf as r
1617
from zeroconf import (
1718
DNSHinfo,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.