Skip to content

Commit c417de0

Browse files
authored
remove duplicate line (#103)
The duplicate line show a bit of useless.
1 parent 155c23d commit c417de0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

user_agents/parsers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ def _is_blackberry_touch_capable_device(self):
164164
return True
165165
if 'Blackberry 95' in self.device.family: # BB Storm devices
166166
return True
167-
if 'Blackberry 95' in self.device.family: # BB Torch devices
168-
return True
169167
return False
170168

171169
def get_device(self):

0 commit comments

Comments
 (0)