Skip to content

Commit

Permalink
Formatting ... added an empty line between two classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili committed Aug 8, 2017
1 parent 6aa59d1 commit fbb28b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/model/__init__.py
Expand Up @@ -4935,6 +4935,7 @@ def __init__( self, user=None, session=None, openid=None ):
self.session = session
self.openid = openid


class UserOAuth2( object ):
def __init__( self, user, state_token, id_token, refresh_token, expiration_date, access_token=None ):
self.user = user
Expand Down

0 comments on commit fbb28b9

Please sign in to comment.