Skip to content

Commit

Permalink
removed misleading docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Karolis Rusenas committed Aug 18, 2015
1 parent 95eab69 commit e495839
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions handlers/web_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,39 +408,6 @@ class TopBrowserAndOs(BaseHandler):
@cache(CACHE_EXPIRES) # set the cache expires
@unblock
def get(self):
"""
Returns your users top browsers and operating systems
example:
headers:
"columnHeaders": [
{
"name": "ga:operatingSystem",
"columnType": "DIMENSION",
"dataType": "STRING"
},
{
"name": "ga:operatingSystemVersion",
"columnType": "DIMENSION",
"dataType": "STRING"
},
{
"name": "ga:browser",
"columnType": "DIMENSION",
"dataType": "STRING"
},
{
"name": "ga:browserVersion",
"columnType": "DIMENSION",
"dataType": "STRING"
},
{
"name": "ga:sessions",
"columnType": "METRIC",
"dataType": "INTEGER"
}
:return:
"""
try:
service_account = self.settings['service_account_email']
self.service = GAcess(service_account_email=service_account,
Expand Down

0 comments on commit e495839

Please sign in to comment.