Skip to content

Commit

Permalink
Python 3.5 is a pain
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Jun 22, 2020
1 parent d4a6b3a commit 4a23fb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,8 @@ def test_zest_releaser_check_failure_user_plods_on(self, check_manifest,

class VCSHelper(object):

command: Optional[str] = None # override in subclasses
# override in subclasses
command = None # type: Optional[str]

def is_installed(self):
try:
Expand Down

0 comments on commit 4a23fb5

Please sign in to comment.