Skip to content

Commit

Permalink
Issue #79: refactored repo to src style directory using pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
johnowagon committed Nov 9, 2023
1 parent 1d1b910 commit fd98f12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bsk_rl/finish_install.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
import io
import subprocess
import requests
import sys
import zipfile
from pathlib import Path

import requests


def pck_install():
subprocess.check_call(
Expand Down

0 comments on commit fd98f12

Please sign in to comment.