Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd976cb

Browse files
author
David Goldstein
committed
fix lint
1 parent 7d61e38 commit bd976cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ua_parser/user_agent_parser.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ def Parse(self, user_agent_string):
135135

136136
return os, os_v1, os_v2, os_v3, os_v4
137137

138+
138139
def MultiReplace(string, match):
139140
def _repl(m):
140141
index = int(m.group(1)) - 1
@@ -149,6 +150,7 @@ def _repl(m):
149150
return None
150151
return _string
151152

153+
152154
class DeviceParser(object):
153155
def __init__(self, pattern, regex_flag=None, device_replacement=None, brand_replacement=None,
154156
model_replacement=None):

0 commit comments

Comments
 (0)