Skip to content

Commit

Permalink
Merge pull request #11 from RohithSurya/features/32064_code_structure
Browse files Browse the repository at this point in the history
[#32064] Refactor the code structure
  • Loading branch information
amila-desilva authored Jun 18, 2024
2 parents afcd26d + c4d2b39 commit f70b9cb
Show file tree
Hide file tree
Showing 20 changed files with 1,425 additions and 1,444 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "charliermarsh.ruff"
}
},
"python.analysis.extraPaths": [
"./src"
]
}
22 changes: 0 additions & 22 deletions assets/ASCII_Logo.txt

This file was deleted.

6 changes: 3 additions & 3 deletions examples/work_unit_hello_world.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import os

from pyhpcc.auth import Auth
from pyhpcc.models import HPCC
from pyhpcc.models import WorkunitSubmit as ws
from pyhpcc.models.auth import Auth
from pyhpcc.models.hpcc import HPCC
from pyhpcc.models.workunit_submit import WorkunitSubmit as ws

# Configurations
environment = "<Your environment url>" # Eg: myuniversity.hpccsystems.io
Expand Down
Loading

0 comments on commit f70b9cb

Please sign in to comment.