Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit f8f0f02

Browse files
committed
fixed PEP8 expected 2 blank lines, found 1
1 parent e0bd872 commit f8f0f02

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

zenoh/core/zexception.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# Contributors: Julien Enoch, ADLINK Technology Inc.
1414
# Initial implementation of Eclipse Zenoh.
1515

16+
1617
class ZException(Exception):
1718
def __get_code_name(self, code):
1819
codes = {

zenoh/net/converter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# Contributors: Julien Enoch, ADLINK Technology Inc.
1414
# Initial implementation of Eclipse Zenoh.
1515

16+
1617
def int_to_byte(i):
1718
return i.to_bytes(1, byteorder='big')
1819

0 commit comments

Comments
 (0)