Skip to content

Commit

Permalink
tags patch (#306)
Browse files Browse the repository at this point in the history
* underscore

* underscores
  • Loading branch information
pearce8 authored and daboehme committed Jul 10, 2024
1 parent 877d207 commit 1e2b46f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repo/md-test/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import sys

from ramble.appkit import *
from ramble.app.builtin.md-test import MdTest as MdTestBase
from ramble.app.builtin.md_test import MdTest as MdTestBase


class MdTest(MdTestBase):
Expand Down
2 changes: 1 addition & 1 deletion repo/osu-micro-benchmarks/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import sys

from ramble.appkit import *
from ramble.app.builtin.osu-micro-benchmarks import OsuMicroBenchmarks as OsuMicroBenchmarksBase
from ramble.app.builtin.osu_micro_benchmarks import OsuMicroBenchmarks as OsuMicroBenchmarksBase


class OsuMicroBenchmarks(OsuMicroBenchmarksBase):
Expand Down

0 comments on commit 1e2b46f

Please sign in to comment.