Skip to content

Commit

Permalink
Readded missing usings
Browse files Browse the repository at this point in the history
  • Loading branch information
openbullet committed Jun 5, 2021
1 parent 697535d commit 6e78576
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OpenBullet2/Shared/Debugger.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using IronPython.Compiler;
using IronPython.Hosting;
using IronPython.Runtime;
using Microsoft.AspNetCore.Components;
using OpenBullet2.Helpers;
using OpenBullet2.Models.Debugger;
Expand Down
2 changes: 2 additions & 0 deletions RuriLib/Models/Jobs/MultiRunJob.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
using RuriLib.Models.Data.Resources;
using RuriLib.Models.Data.Resources.Options;
using RuriLib.Helpers;
using IronPython.Compiler;
using IronPython.Runtime;

namespace RuriLib.Models.Jobs
{
Expand Down

0 comments on commit 6e78576

Please sign in to comment.