Skip to content

Commit

Permalink
fix: missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
litolax committed Jan 28, 2024
1 parent c09f48c commit 9ea6e19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions TeachersTimetable/Services/DistributionService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using MongoDB.Driver;
using SixLabors.ImageSharp;
using Telegram.BotAPI.AvailableMethods;
using Telegram.BotAPI.AvailableMethods.FormattingOptions;
using Telegram.BotAPI.AvailableTypes;
Expand Down
2 changes: 2 additions & 0 deletions TeachersTimetable/Services/ParseService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
using OpenQA.Selenium.Firefox;
using OpenQA.Selenium.Interactions;
using OpenQA.Selenium.Support.UI;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Processing;
using TeachersTimetable.Config;
using TeachersTimetable.Models;
using Telegram.BotAPI.AvailableMethods;
Expand Down

0 comments on commit 9ea6e19

Please sign in to comment.