Skip to content

Commit

Permalink
feat: add asdf .tool-versions file to specific python version for con…
Browse files Browse the repository at this point in the history
…venience
  • Loading branch information
Bilb committed Jan 20, 2025
1 parent eda1c53 commit 4381883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python 3.12.2
6 changes: 1 addition & 5 deletions ts/state/ducks/conversations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ import { ReplyingToMessageProps } from '../../components/conversation/compositio
import { QuotedAttachmentType } from '../../components/conversation/message/message-content/quote/Quote';
import { Data } from '../../data/data';

import {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
ConversationAttributes,
ConversationNotificationSettingType,
} from '../../models/conversationAttributes';
import { ConversationNotificationSettingType } from '../../models/conversationAttributes';
import { MessageModelType, PropsForDataExtractionNotification } from '../../models/messageType';
import { ConvoHub } from '../../session/conversations';
import { DisappearingMessages } from '../../session/disappearing_messages';
Expand Down

0 comments on commit 4381883

Please sign in to comment.