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 cbc44b4 commit ddf487c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions StudentsTimetable/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 StudentsTimetable/Services/ParseService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
using OpenQA.Selenium.Firefox;
using OpenQA.Selenium.Interactions;
using OpenQA.Selenium.Support.UI;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Processing;
using StudentsTimetable.Config;
using StudentsTimetable.Models;
using Telegram.BotAPI.AvailableMethods;
Expand Down

0 comments on commit ddf487c

Please sign in to comment.