Skip to content

Commit

Permalink
test assort.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup2point0 authored Mar 20, 2024
1 parent 75ef95b commit 5082f46
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions source/assort.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
import base64

## NOTE testing
import github
raise NotImplementedError(", ".join(dir(github)))
from github import *
raise NotImplementedError(str(globals()))
##

from github import Auth
from github import Github
from github import Github, Auth

# import quarkdown

Expand Down

0 comments on commit 5082f46

Please sign in to comment.