Skip to content
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.

Commit

Permalink
Refactor m > models
Browse files Browse the repository at this point in the history
Use readline and with in place of try, except
Change import statement
  • Loading branch information
david4096 committed Mar 2, 2017
1 parent 60bb886 commit 49cc31e
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 97 deletions.
2 changes: 1 addition & 1 deletion ga4gh/server/datamodel/peers.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def isUrl(urlString):
return regex.match(urlString) and urlparseValid


class Peer:
class Peer(object):
"""
This class represents an abstract Peer object.
It sets default values and getters, as well as the
Expand Down
Loading

0 comments on commit 49cc31e

Please sign in to comment.