Skip to content

Commit

Permalink
Remove dependency on legacy mock package and other Python2isms
Browse files Browse the repository at this point in the history
  • Loading branch information
webbnh committed Oct 4, 2024
1 parent ee485db commit 27abd91
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sync2jira/upstream_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@

import logging

try:
string_type = str
except ImportError:
import types
string_type = types.StringTypes

from github import Github

import sync2jira.intermediary as i
Expand Down

0 comments on commit 27abd91

Please sign in to comment.