Skip to content

Commit

Permalink
Fix copy/paste indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshw5 committed May 12, 2018
1 parent 647fa94 commit 3a102af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyfaidx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -892,8 +892,8 @@ def long_name(self):
@property
def __array_interface__(self):
""" Implement numpy array interface for issue #139"""
if sys.version_info > (3,):
... buffer = memoryview
if sys.version_info > (3, ):
buffer = memoryview
return {
'shape': (len(self), ),
'typestr': '|S1',
Expand Down

0 comments on commit 3a102af

Please sign in to comment.