Skip to content

Commit

Permalink
Merge pull request #2224 from ganga-devs/autopep8-patches/credential_fix
Browse files Browse the repository at this point in the history
PEP8 fixes for PR #2223 (credential_fix) by autopep8
  • Loading branch information
mesmith75 authored Dec 8, 2023
2 parents ff88b43 + 8e03174 commit 1f3afdf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ganga/GangaCore/GPIDev/Credentials/AfsToken.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import os
import re
import subprocess
import sys
from getpass import getpass
from glob import glob

Expand Down Expand Up @@ -131,7 +130,7 @@ def expiry_time(self):
return soonest

def exists(self):
# type: () -> bool
# type: () -> bool
"""
Does the credential exist
"""
Expand Down

0 comments on commit 1f3afdf

Please sign in to comment.